Function Trie.get

Get value by key. Returns null if the element does not exist in trie.

T* get (
  K k
);