pub type Array2<A> = Array<A, Ix2>;
two-dimensional array
pub struct Array2<A> { /* private fields */ }