Function zerovec::hashmap::algorithms::compute_hash
source ยท pub fn compute_hash<K: Hash + ?Sized>(key: &K) -> u64
Expand description
Compute hash using [XxHash64
].
pub fn compute_hash<K: Hash + ?Sized>(key: &K) -> u64
Compute hash using [XxHash64
].