remove(at:)
Removes an element from the column.
Declaration
mutating func remove(at index: Int)Parameters
- index:
The element’s location in the column.
Removes an element from the column.
mutating func remove(at index: Int)The element’s location in the column.