XHashSet

Type Alias XHashSet 

Source
pub type XHashSet<K> = HashSet<K, BuildHasherDefault<DefaultHasher>>;

Aliased Typeยง

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