pub type ViewMatrix4D<'a, T> = Matrix<ViewMem<'a, T>, Dim4>;

Aliased Type§

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