Contents

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