Module ordermap::set

source ·
Expand description

A hash set implemented using OrderMap

Structs

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