pub type Array2<A> = Array<A, Ix2>;
two-dimensional array
Converts the Vec of arrays to an owned 2-D array.
Vec
Panics if the product of non-zero axis lengths overflows isize.
isize