Expand description
Multiset implementation where items are stored as a flattened hash set.
Modules§
Structs§
- Drain
- A draining iterator over the items of a
FlatMultiset. - Flat
Multiset - Multiset implementation where items are stored as a flattened hash set.
- Into
Iter - An owning iterator over the items of a
FlatMultiset. - Iter
- An iterator over the items of a
FlatMultiset.