Contents

remove(at:)

Removes and returns the element at the specified position.

Declaration

@discardableResult mutating func remove(at index: Int) -> Element

Return Value

The removed element.

Discussion

All the elements following the specified position are moved to close the gap.