mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The `bare` attribute indicates that the object header is not used throughout the lifetime of the object. This means, no reference counting operations are performed on the object and its metadata is not used. The header of bare objects doesn't need to be initialized.
76 KiB
76 KiB