Contents

Unmanaged

A type for propagating an unmanaged object reference.

Declaration

@frozen struct Unmanaged<Instance> where Instance : AnyObject

Mentioned in

Overview

When you use this type, you become partially responsible for keeping the object alive.

Topics

Instance Methods

Type Methods

Default Implementations

See Also

Reference Counting