pub type ArrayRef6<A> = ArrayRef<A, Ix6>;
six-dimensional array reference
pub struct ArrayRef6<A>(/* private fields */);