removePointer(at:)
Removes the pointer at a given index.
Declaration
func removePointer(at index: Int)Parameters
- index:
The index of an element in the receiver. This value must be less than the Count of the receiver.
Discussion
Elements above index, including NULL values, slide lower.