pub fn make_hash<T>(builder: &impl BuildHasher, value: &T) -> u64where T: ?Sized + Hash,
Creates the u64 hash value for the given value using the given hash builder.
u64