[][src]Type Definition gridd::Coord

type Coord = (usize, usize);

Coordinates of the form (column, row), where column >= 0 and row >= 0.