Contents

replacePointer(at:withPointer:)

Replaces the pointer at a given index.

Declaration

func replacePointer(at index: Int, withPointer item: UnsafeMutableRawPointer?)

Parameters

  • index:

    The index of an element in the receiver. This value must be less than the Count of the receiver.

  • item:

    The item with which to replace the element at index. This value may be NULL.

See Also

Managing the Collection