Returns a value associated with the key, or null if there's no such key.
null
A value stored in the trie, or null if there's no such key.
trie
The value stored in a trie.
The trie to search in.
The key to retrieve.
Generated using TypeDoc
Returns a value associated with the key, or
null
if there's no such key.Returns
A value stored in the
trie
, ornull
if there's no such key.