1 2 3 4 5 6
pub type VarId = usize; pub type DeclId = usize; pub type AliasId = usize; pub type BlockId = usize; pub type ModuleId = usize; pub type OverlayId = usize;