Expand description
Multimap implementation where entries are stored as a flattened hash map.
Modules§
Structs§
- Drain
- A draining iterator over the entries of a
FlatMultimap
. - Flat
Multimap - Multimap implementation where entries are stored as a flattened hash map.
- Into
Iter - An owning iterator over the entries of a
FlatMultimap
. - Into
Keys - An owning iterator over the keys of a
FlatMultimap
. - Into
Values - An owning iterator over the values of a
FlatMultimap
. - Iter
- An iterator over the entries of a
FlatMultimap
. - IterMut
- A mutable iterator over the entries of a
FlatMultimap
. - Keys
- An iterator over the keys of a
FlatMultimap
. - Values
- An iterator over the values of a
FlatMultimap
. - Values
Mut - A mutable iterator over the values of a
FlatMultimap
.