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