powered by
These generics are used for listing all keys registered in an hashset or hashmap, respectively.
hashset
hashmap
keys(x)# S3 method for r2r_hashtable keys(x)
# S3 method for r2r_hashtable keys(x)
an hashset or hashmap.
a list. Registered keys in the hash table x.
x
# NOT RUN { s <- hashset(1, 2, 3) keys(s) # }
Run the code above in your browser using DataLab