Type Definition block_grid::Coords[][src]

pub type Coords = (usize, usize);
Expand description

Type alias for a 2-tuple of indices, representing 2D coordinates.