pub type Array3<A> = Array<A, Ix3>;
three-dimensional array
Converts the Vec of arrays to an owned 3-D array.
Vec
Panics if the product of non-zero axis lengths overflows isize.
isize