Module indexmap::set

source ·
Expand description

A hash set implemented using IndexMap

Structs

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