Coordinate

constructor(row: Int, col: Int)


constructor(row: Int, col: Char)

Creates a coordinate from a row and a column character.

Parameters

row

The row index (1-based).

col

The column character (a-z or A-Z).