pub type ParamsViewMut<'a, A, D = Dim<[usize; 2]>> = ParamsBase<ViewRepr<&'a mut A>, D>;Expand description
a type alias for a mutable view of the parameters
Aliased Typeยง
pub struct ParamsViewMut<'a, A, D = Dim<[usize; 2]>> { /* private fields */ }