Type Alias ndarray::ArrayViewMut6

source ·
pub type ArrayViewMut6<'a, A> = ArrayViewMut<'a, A, Ix6>;
Expand description

six-dimensional read-write array view

Aliased Type§

struct ArrayViewMut6<'a, A> { /* private fields */ }