Type Alias ndarray::ArrayViewMut5

source ·
pub type ArrayViewMut5<'a, A> = ArrayViewMut<'a, A, Ix5>;
Expand description

five-dimensional read-write array view

Aliased Type§

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