pub type ViewMutMatrix4D<'a, T> = Matrix<ViewMutMem<'a, T>, Dim4>;

Aliased Type§

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