Array3 in ndarray - Rust
ndarray
Source
pub type Array3<A> = Array<A, Ix3>;
three-dimensional array
pub struct Array3<A> { /* private fields */ }