Expand description
A hash set implemented using RingMap
Modules§
Structs§
- Difference
- A lazy iterator producing elements in the difference of
RingSets. - Drain
- A draining iterator over the items of an
RingSet. - Extract
If - An extracting iterator for
RingSet. - Intersection
- A lazy iterator producing elements in the intersection of
RingSets. - Into
Iter - 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. - Symmetric
Difference - A lazy iterator producing elements in the symmetric difference of
RingSets. - Union
- A lazy iterator producing elements in the union of
RingSets.
Traits§
- Mutable
Values - Opt-in mutable access to
RingSetvalues.