pub type HashSetXxHash3_64<K> = HashSet<K, BuildHasherDefault<XxHash3_64>>;Expand description
A type alias for HashSet using XxHash3_64 as the hasher.
Aliased Typeยง
pub struct HashSetXxHash3_64<K> { /* private fields */ }pub type HashSetXxHash3_64<K> = HashSet<K, BuildHasherDefault<XxHash3_64>>;A type alias for HashSet using XxHash3_64 as the hasher.
pub struct HashSetXxHash3_64<K> { /* private fields */ }