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