pub fn hash_map_xx_hash3_64<K, V>() -> HashMap<K, V, BuildHasherDefault<Hasher>>Expand description
Creates a new HashMapXxHash3_64 with the default hasher.
This function initializes a hash map that uses xxHash3_64 as its hashing algorithm,
providing efficient hashing for keys.
ยงReturns
A new HashMapXxHash3_64 instance.