pub type ArrayRef2<A> = ArrayRef<A, Ix2>;
two-dimensional array reference
pub struct ArrayRef2<A>(/* private fields */);