You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After filtering out aggregates when
determining if a type is Copyable, its safe
to say that a type is Copyable if its not
a nominal. The only types that are not
copyable at the moment are move-only
nominals and tuples containing such types.
0 commit comments