Type Alias HashSet

Source
pub type HashSet<K> = HashSet<K, BuildHasherDefault<XxHash64>>;
Expand description

Hashset using more performant hashing algorithm

Aliased Typeยง

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