pub type ArcArray3<A> = ArcArray<A, Ix3>;
three-dimensional shared ownership array
pub struct ArcArray3<A> { /* private fields */ }