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

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.