Unmanaged
A type for propagating an unmanaged object reference.
Declaration
@frozen struct Unmanaged<Instance> where Instance : AnyObjectMentioned in
Overview
When you use this type, you become partially responsible for keeping the object alive.
A type for propagating an unmanaged object reference.
@frozen struct Unmanaged<Instance> where Instance : AnyObjectWhen you use this type, you become partially responsible for keeping the object alive.