Function 関数

class_getWeakIvarLayout(_:)

Returns a description of the layout of weak Ivars for a given class.

Declaration 宣言

func class_getWeakIvarLayout(_ cls: AnyClass?) -> UnsafePointer<UInt8>?

Parameters パラメータ

cls

The class to inspect. 調査するクラス。

Return Value 戻り値

A description of the layout of the weak Ivars for cls.

See Also 参照

Working with Classes クラスを扱う