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 */);