getters {triebeard} | R Documentation |
"Getters" for the data stored in a trie object. get_keys
gets the keys, get_values
gets the values.
get_keys(trie)
get_values(trie)
trie |
A trie object, created with |
An atomic vector of keys or values stored in the trie.