index(before:)
Returns the column index immediately after a column index in the row.
Declaration
func index(before i: Int) -> IntParameters
- i:
A valid column index to a value in the row.
Returns the column index immediately after a column index in the row.
func index(before i: Int) -> IntA valid column index to a value in the row.