Type Alias gluon_base::types::SharedInterner
source · pub type SharedInterner<Id, T> = TypeCache<Id, T>;
Aliased Type§
struct SharedInterner<Id, T> {Show 13 fields
pub kind_cache: KindCache,
pub hole: T,
pub opaque: T,
pub error: T,
pub int: T,
pub byte: T,
pub float: T,
pub string: T,
pub char: T,
pub function_builtin: T,
pub array_builtin: T,
pub unit: T,
pub empty_row: T,
/* private fields */
}
Fields§
§kind_cache: KindCache
§hole: T
§opaque: T
§error: T
§int: T
§byte: T
§float: T
§string: T
§char: T
§function_builtin: T
§array_builtin: T
§unit: T
§empty_row: T