Type Definition Coordinate
matrixcompare
type Coordinate = (usize, usize);
A pair of (row, column) coordinates in a matrix.