Function hash_set_xx_hash3_64
Source pub fn hash_set_xx_hash3_64<K: Eq + Hash>() -> HashSetXxHash3_64<K>
Expand description
Creates a new HashSetXxHash3_64 with the default hasher.
§Arguments
K - The type of the elements in the hash set.
§Returns
A new HashSetXxHash3_64 instance.