Type Definition na::MatrixSliceMut

source ·
pub type MatrixSliceMut<'a, T, R, C, RStride = Const<1>, CStride = R> = Matrix<T, R, C, ViewStorageMut<'a, T, R, C, RStride, CStride>>;
👎Deprecated: Use MatrixViewMut instead.
Expand description

A mutable matrix slice.

This type alias exists only for legacy purposes and is deprecated. It will be removed in a future release. Please use MatrixViewMut instead. See issue #1076 for the rationale.