Type Definition splr::types::VarId[][src]

type VarId = usize;

‘Variable’ identifier or ‘variable’ index, starting with one. Implementation note: NonZeroUsize can be used but requires a lot of changes. The current abstraction is incomplete.