pub type ArcArray2<A> = ArrayBase<OwnedArcRepr<A>, Dim<[usize; 2]>>;
two-dimensional shared ownership array
struct ArcArray2<A> { /* private fields */ }