pub type ArrayRef1<A> = ArrayRef<A, Ix1>;
one-dimensional array reference
pub struct ArrayRef1<A>(/* private fields */);