Skip to main content

LayoutRef2

Type Alias LayoutRef2 

Source
pub type LayoutRef2<A> = LayoutRef<A, Dim<[usize; 2]>>;
Expand description

two-dimensional layout reference

Aliased Typeยง

pub struct LayoutRef2<A>(/* private fields */);