pub type ArcArray5<A> = ArcArray<A, Ix5>;
five-dimensional shared ownership array
pub struct ArcArray5<A> { /* private fields */ }