ArrayViewMut2

Type Alias ArrayViewMut2 

Source
pub type ArrayViewMut2<'a, T> = ArrayBase<ViewRepr<&'a mut T>, Dim<[usize; 2]>>;
Expand description

2-dimensional mutable array view type alias

Aliased Typeยง

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