remove(at:)
Removes and returns the element at the specified position.
Declaration
@discardableResult mutating func remove(at index: Int) -> ElementReturn Value
The removed element.
Discussion
All the elements following the specified position are moved to close the gap.