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 */ }