Skip to main content

LayoutRef0

Type Alias LayoutRef0 

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

zero-dimensional layout reference

Aliased Typeยง

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