[][src]Type Definition na::base::MatrixSliceMut2xX

type MatrixSliceMut2xX<'a, N, RStride = U1, CStride = U2> = Matrix<N, U2, Dynamic, SliceStorageMut<'a, N, U2, Dynamic, RStride, CStride>>;

A column-major mutable matrix slice with 2 rows and a number of columns chosen at runtime.