Matrix2D

Type Alias Matrix2D 

Source
pub type Matrix2D = Vec<Vec<u8>>;

Aliased Typeยง

pub struct Matrix2D { /* private fields */ }