Array5 in ndarray - Rust
ndarray
Source
pub type Array5<A> = Array<A, Ix5>;
five-dimensional array
pub struct Array5<A> { /* private fields */ }