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
[BitwiseCopyable] Don't derive on @unchecked field
Allow for a type to conform to BitwiseCopyable but not in such a way
that aggregates containing an instance will derive conformance
automatically. Useful for types which don't involve reference counting
but nonetheless can't simply be copied bit-by-bit.
0 commit comments