Skip to main content

DetHashSet

Type Alias DetHashSet 

Source
pub type DetHashSet<K> = HashSet<K, DetState>;
Expand description

A HashSet with deterministic, reproducible iteration order.

Aliased Typeยง

pub struct DetHashSet<K> { /* private fields */ }