Expand description
Polymorphic data store (collection)
Structs§
- HashMap
- Polymorphic hash map
- Keys
- An iterator over the keys of a
HashMap
. - Occupied
Entry - An occupied entry
- Tagged
Key - Typed key used to access elements
- Vacant
Entry - A vacant entry
Enums§
- Entry
- A view into a single entry in a map
Type Aliases§
- FxHash
Map fxhash
- Polymorphic hash map using fxhash hasher