Module set

Module set 

Source
Expand description

Multiset implementation where items are stored as a flattened hash set.

Modules§

rayon
Parallel iterator types for FlatMultiset with rayon.

Structs§

Drain
A draining iterator over the items of a FlatMultiset.
FlatMultiset
Multiset implementation where items are stored as a flattened hash set.
IntoIter
An owning iterator over the items of a FlatMultiset.
Iter
An iterator over the items of a FlatMultiset.