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