Type Alias ndarray::ArrayViewMut3
source · pub type ArrayViewMut3<'a, A> = ArrayViewMut<'a, A, Ix3>;
Expand description
three-dimensional read-write array view
Aliased Type§
struct ArrayViewMut3<'a, A> { /* private fields */ }
pub type ArrayViewMut3<'a, A> = ArrayViewMut<'a, A, Ix3>;
three-dimensional read-write array view
struct ArrayViewMut3<'a, A> { /* private fields */ }