Contents

getIndexes(_:)

Copies the objects contained in the index path into indexes.

Declaration

func getIndexes(_ indexes: UnsafeMutablePointer<Int>)

Parameters

  • indexes:

    Pointer to a C array of objects of size at least the length of the index path. On return, the index path’s indexes.

Discussion

You must allocate the memory for the C array.

See Also

Working with Indexes