Skip to main content

VarKey

Type Alias VarKey 

Source
pub type VarKey = usize;
Expand description

Opaque key for a Var in the binding stack (pointer identity). Stable because the GC is non-moving.