Module set

Module set 

Source
Expand description

A hash set implemented using RingMap

Modules§

rayonrayon
Parallel iterator types for RingSet with rayon.

Structs§

Difference
A lazy iterator producing elements in the difference of RingSets.
Drain
A draining iterator over the items of an RingSet.
ExtractIf
An extracting iterator for RingSet.
Intersection
A lazy iterator producing elements in the intersection of RingSets.
IntoIter
An owning iterator over the items of an RingSet.
Iter
An iterator over the items of an RingSet.
RingSet
A hash set where the iteration order of the values is independent of their hash values.
Slice
A dynamically-sized slice of values in an RingSet.
Splice
A splicing iterator for RingSet.
SymmetricDifference
A lazy iterator producing elements in the symmetric difference of RingSets.
Union
A lazy iterator producing elements in the union of RingSets.

Traits§

MutableValues
Opt-in mutable access to RingSet values.