Type Definition toodee::Coordinate[][src]

type Coordinate = (usize, usize);

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