pub type LayoutRef2<A> = LayoutRef<A, Dim<[usize; 2]>>;
two-dimensional layout reference
pub struct LayoutRef2<A>(/* private fields */);