Module indexmap::set [] [src]

A hash set implemented using IndexMap

Structs

Difference
Drain
IndexSet

A hash set where the iteration order of the values is independent of their hash values.

Intersection
IntoIter
Iter
SymmetricDifference
Union

Type Definitions

OrderSet [
Deprecated
]

Old name; use IndexSet instead.