pub type HashSet<K> = HashSet<K, BuildHasherDefault<XxHash64>>;Expand description
Hashset using more performant hashing algorithm
Aliased Typeยง
pub struct HashSet<K> { /* private fields */ }pub type HashSet<K> = HashSet<K, BuildHasherDefault<XxHash64>>;Hashset using more performant hashing algorithm
pub struct HashSet<K> { /* private fields */ }