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
IndexSet
s. - Index
Set - Fixed capacity
IndexSet
. - Intersection
- An iterator over the intersection of two
IndexSet
s. - Iter
- An iterator over the items of a
IndexSet
.
Type Aliases§
- FnvIndex
Set - An
IndexSet
using the default FNV hasher.