compare_fn | R Documentation |
Returns the key comparison function of an hash table
(hashset
or hashmap
).
compare_fn(x)
## S3 method for class 'r2r_hashtable'
compare_fn(x)
x |
an |
a function.
Valerio Gherardi
s <- hashset()
compare_fn(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.