papergrid

Type Alias Position

Source
pub type Position = (usize, usize);
Expand description

Position is a (row, col) position on a Grid.