Type Definition matrixcompare::Coordinate[][src]

type Coordinate = (usize, usize);

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