pub type LayoutRef2<A> = LayoutRef<A, Ix2>;
two-dimensional layout reference
pub struct LayoutRef2<A>(/* private fields */);