Module index_set

Module index_set 

Source
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.
IndexSet
Fixed capacity IndexSet.
Intersection
An iterator over the intersection of two IndexSets.
Iter
An iterator over the items of a IndexSet.

Type Aliases§

FnvIndexSet
An IndexSet using the default FNV hasher.