Type Alias oxidd_parser::Var
source · pub type Var = NonZeroU32;Expand description
Variable type
This is a NonZeroU32 and not a u32 to allow space optimizations
Aliased Type§
struct Var(/* private fields */);pub type Var = NonZeroU32;Variable type
This is a NonZeroU32 and not a u32 to allow space optimizations
struct Var(/* private fields */);