Grid

Type Alias Grid 

Source
pub type Grid = Vec<Vec<u32>>;

Aliased Typeยง

pub struct Grid { /* private fields */ }