pub type MatrixSliceMut<'a, T, R, C, RStride = U1, CStride = R> = Matrix<T, R, C, SliceStorageMut<'a, T, R, C, RStride, CStride>>;
Expand description

A mutable matrix slice.

Trait Implementations

Converts to this type from the input type.