Life-Time Strategies (Island)
On the Island platform, type references can be prefixed with a Life-Time Strategy Modifier to determine how their lifetime is managed.
By default, each sub-platform defines its preferred life-time strategy, and having to override is rarely needed.
Read more about this topic in the Life-Time Strategies topic in the Island platform section.
var x: lifetimestrategy(Manual) String;
Island Only
Life-Time Strategies are relevant and available on the Island platform only.
See Also
- Storage Modifiers in the Cocoa platform
- Life-Time Strategies topic in the Island platform section.
- Island platform