Module map

Module map 

Source
Expand description

Multimap implementation where entries are stored as a flattened hash map.

Modules§

rayon
Parallel iterator types for FlatMultimap with rayon.

Structs§

Drain
A draining iterator over the entries of a FlatMultimap.
FlatMultimap
Multimap implementation where entries are stored as a flattened hash map.
IntoIter
An owning iterator over the entries of a FlatMultimap.
IntoKeys
An owning iterator over the keys of a FlatMultimap.
IntoValues
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.
ValuesMut
A mutable iterator over the values of a FlatMultimap.