Module set

Source
Expand description

A hash set implemented using OrderMap

Structs§

Difference
Drain
Intersection
IntoIter
Iter
OrderSet
A hash set where the iteration order of the values is independent of their hash values.
SymmetricDifference
Union

Type Aliases§

Bucket 🔒