tycho_util

Type Alias FastHashSet

Source
pub type FastHashSet<K> = HashSet<K, RandomState>;

Aliased Typeยง

struct FastHashSet<K> { /* private fields */ }