Expand description
A hash set implemented using IndexMap
Structs§
- Difference
 - A lazy iterator producing elements in the difference of 
IndexSets. - Drain
 - A draining iterator over the items of an 
IndexSet. - Extract
If  - An extracting iterator for 
IndexSet. - Index
Set  - A hash set where the iteration order of the values is independent of their hash values.
 - Intersection
 - A lazy iterator producing elements in the intersection of 
IndexSets. - Into
Iter  - An owning iterator over the items of an 
IndexSet. - Iter
 - An iterator over the items of an 
IndexSet. - Slice
 - A dynamically-sized slice of values in an 
IndexSet. - Splice
 - A splicing iterator for 
IndexSet. - Symmetric
Difference  - A lazy iterator producing elements in the symmetric difference of 
IndexSets. - Union
 - A lazy iterator producing elements in the union of 
IndexSets. 
Traits§
- Mutable
Values  - Opt-in mutable access to 
IndexSetvalues.