Position

Type Alias Position 

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

Position type. Used to store an X, Y value for use in a matrix.