Expand description
A hash set implemented using IndexMap
Structs§
- A lazy iterator producing elements in the difference of
IndexSet
s. - A draining iterator over the items of an
IndexSet
. - A hash set where the iteration order of the values is independent of their hash values.
- A lazy iterator producing elements in the intersection of
IndexSet
s. - An owning iterator over the items of an
IndexSet
. - An iterator over the items of an
IndexSet
. - A dynamically-sized slice of values in an
IndexSet
. - A splicing iterator for
IndexSet
. - A lazy iterator producing elements in the symmetric difference of
IndexSet
s. - A lazy iterator producing elements in the union of
IndexSet
s.
Traits§
- Opt-in mutable access to
IndexSet
values.