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