Generic Structure

Unmanaged

A type for propagating an unmanaged object reference. ある管理されないオブジェクト参照を伝達するための型。

Declaration 宣言

@frozen struct Unmanaged<Instance> where Instance : AnyObject

Overview 概要

When you use this type, you become partially responsible for keeping the object alive. あなたがこの型を使う場合、あなたはオブジェクト存続を保っていることに対して部分的に責任を負うようになります。

Topics 話題

Instance Methods インスタンスメソッド

Type Methods 型メソッド

See Also 参照

Reference Counting 参照カウント