pub type ScopeHashMap = HashMap<u32, ScopeDesc>;
A hash map of scope descriptions, keyed by their hash.
pub struct ScopeHashMap { /* private fields */ }