HashSetXxHash3_64

Type Alias HashSetXxHash3_64 

Source
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 */ }