pub type ArcArray4<A> = ArcArray<A, Ix4>;
four-dimensional shared ownership array
pub struct ArcArray4<A> { /* private fields */ }