pub type ArrayRef4<A> = ArrayRef<A, Ix4>;
four-dimensional array reference
pub struct ArrayRef4<A>(/* private fields */);