remove(at:)
Removes the descriptor at the specified (one-based) position in the receiving descriptor list.
Declaration
func remove(at index: Int)Parameters
- index:
The one-based position of the descriptor to remove.
Discussion
The receiver must be a list descriptor. The indices are one-based. Currently provides no indication if an error occurs.