pub type ArrayRef5<A> = ArrayRef<A, Ix5>;
five-dimensional array reference
pub struct ArrayRef5<A>(/* private fields */);