Array6 in ndarray - Rust
ndarray
Source
pub type Array6<A> = Array<A, Ix6>;
six-dimensional array
pub struct Array6<A> { /* private fields */ }