mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The attribute declares that a struct contains "sensitive" data. It enforces that the contents of such a struct value is zeroed out at the end of its lifetime. In other words: the content of such a value is not observable in memory after the value's lifetime. Also add an experimental feature `Sensitive` with which the attribute can be enabled.
24 KiB
24 KiB