Grid

Type Alias Grid 

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

Aliased Typeยง

pub struct Grid<T> { /* private fields */ }