hashbrown::map

Function make_hash

Source
pub(crate) fn make_hash<Q, S>(hash_builder: &S, val: &Q) -> u64
where Q: Hash + ?Sized, S: BuildHasher,