Expand description
A hash set implemented using IndexMap
Structs
- A lazy iterator producing elements in the difference ofIndexSets.
- A draining iterator over the items of aIndexSet.
- A hash set where the iteration order of the values is independent of their hash values.
- A lazy iterator producing elements in the intersection ofIndexSets.
- An owning iterator over the items of aIndexSet.
- An iterator over the items of aIndexSet.
- A dynamically-sized slice of values in anIndexSet.
- A lazy iterator producing elements in the symmetric difference ofIndexSets.
- A lazy iterator producing elements in the union ofIndexSets.