pub type ArcArray6<A> = ArcArray<A, Ix6>;
six-dimensional shared ownership array
pub struct ArcArray6<A> { /* private fields */ }