swift
e260d65f - Add `@safe(unchecked)` to allow unsafe code within a declaration.

Commit
298 days ago
Add `@safe(unchecked)` to allow unsafe code within a declaration. Introduce an attribute to allow unsafe code within the annotated declaration without presenting an unsafe interface to users. This is, by its nature, and unsafe construct, and is used to document where unsafe behavior is encapsulated in safe constructs. There is an optional message that can be used as part of an audit trail.
Author
Parents
Loading