[][src]Type Definition toodee::Coordinate

type Coordinate = (usize, usize);

A (col, row) coordinate in 2D space.