A type for propagating an unmanaged object reference.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
@frozen struct Unmanaged<Instance> where Instance : AnyObject
Overview
When you use this type, you become partially responsible for keeping the object alive.