Settings
Help

HashTable

Type Alias HashTable 

Source
pub(crate) type HashTable<'ob> = IndexMap<Gc<ObjectType<'ob>>, Gc<ObjectType<'ob>>>;

Aliased Type§

pub(crate) struct HashTable<'ob> { /* private fields */ }