ArrayViewMut6 in ndarray - Rust

ndarray

Type Alias ArrayViewMut6 

Source

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

six-dimensional read-write array view

Aliased Typeยง

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