pub type DetHashSet<K> = HashSet<K, DetState>;
A HashSet with deterministic, reproducible iteration order.
HashSet
pub struct DetHashSet<K> { /* private fields */ }