Function 関数

class_setWeakIvarLayout(_:_:)

Sets the layout for weak Ivars for a given class.

Declaration 宣言

func class_setWeakIvarLayout(_ cls: AnyClass?, 
                           _ layout: UnsafePointer<UInt8>?)

Parameters パラメータ

cls

The class to modify.

layout

The layout of the weak Ivars for cls.

See Also 参照

Working with Classes クラスを扱う