pub type ScopeId = usize;
A scope’s index within a SymbolTable. 0 is always the main file’s global scope.
SymbolTable
0