Returns a leaf associated with the key, or null if there's no such key.
null
A leaf 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 leaf associated with the key, or
null
if there's no such key.Returns
A leaf in the
trie
, ornull
if there's no such key.