Function 関数

class_getIvarLayout(_:)

Returns a description of the Ivar layout for a given class.

Declaration 宣言

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

Parameters パラメータ

cls

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

Return Value 戻り値

A description of the Ivar layout for cls.

See Also 参照

Working with Classes クラスを扱う