Contents

addPointer(_:)

Adds a given pointer to the receiver.

Declaration

func addPointer(_ pointer: UnsafeMutableRawPointer?)

Parameters

  • pointer:

    The pointer to add. This value may be NULL.

Discussion

pointer is added at index count.

See Also

Managing the Collection