Expand description
Reference counted hash map data structure.
Structs§
- A
HashMap
which keeps a reference count for each entry. - A
RefCountedHashMap
where the value is()
.
Enums§
- The result of inserting an element into a
RefCountedHashMap
. - The result of removing an entry from a
RefCountedHashMap
.