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