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.
Adds a given pointer to the receiver.
func addPointer(_ pointer: UnsafeMutableRawPointer?)The pointer to add. This value may be NULL.
pointer is added at index count.