Type Alias MatrixRef

Source
pub type MatrixRef<'m, T> = &'m [Vec<T>];