powered by
Returns the hash function used for key hashing in an hash table (hashset or hashmap).
hashset
hashmap
hash_fn(x)# S3 method for r2r_hashtable hash_fn(x)
# S3 method for r2r_hashtable hash_fn(x)
an hashset or hashmap.
a function.
# NOT RUN { s <- hashset() hash_fn(s) # }
Run the code above in your browser using DataLab