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