pub type ViewMatrix2D<'a, T> = Matrix<ViewMem<'a, T>, Dim2>;

Aliased Type§

struct ViewMatrix2D<'a, T> { /* private fields */ }