swift
d9e17556 - [BitwiseCopyable] Don't derive on @unchecked field

Commit
1 year ago
[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.
Author
Committer
Parents
Loading