Type Alias HashTable

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

Aliased Type§

struct HashTable<'ob> { /* private fields */ }