Trie.get

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

class Trie(T, K)
T*
get
(
K k
)

Meta