[][src]Type Definition matrixcompare::Coordinate

type Coordinate = (usize, usize);

A pair of (row, column) coordinates in a matrix.