Expand description
A fixed-capacity hash set where the iteration order is independent of the hash values.
Structs§
- Difference
- An iterator over the difference of two
IndexSets. - Index
Set - Fixed capacity
IndexSet. - Intersection
- An iterator over the intersection of two
IndexSets. - Iter
- An iterator over the items of a
IndexSet.
Type Aliases§
- FnvIndex
Set - An
IndexSetusing the default FNV hasher.