Type Definition papergrid::Position

source · []
pub type Position = (usize, usize);
Expand description

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