Type Definition block_grid::Coords[][src]

type Coords = (usize, usize);

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