pub type ArcArray2<A> = ArcArray<A, Ix2>;
two-dimensional shared ownership array
struct ArcArray2<A> { /* private fields */ }