Module ref_counted_hash_map

Source
Expand description

Reference counted hash map data structure.

Structs§

RefCountedHashMap
A HashMap which keeps a reference count for each entry.
RefCountedHashSet
A RefCountedHashMap where the value is ().

Enums§

InsertResult
The result of inserting an element into a RefCountedHashMap.
RemoveResult
The result of removing an entry from a RefCountedHashMap.