pub type ArrayRef0<A> = ArrayRef<A, Ix0>;
zero-dimensional array reference
pub struct ArrayRef0<A>(/* private fields */);