Type Alias ClassLayoutMap
pub type ClassLayoutMap = SkipMap<Token, ClassLayoutRc>;Expand description
Thread-safe map that holds the mapping of crate::metadata::token::Token to parsed crate::metadata::tables::classlayout::ClassLayout instances
Concurrent skip list-based map providing efficient lookups and insertions for
ClassLayout entries indexed by their metadata tokens.
Aliased Typeยง
pub struct ClassLayoutMap { /* private fields */ }