Encodes a Trie instance as an ArrayTrie.
Trie
ArrayTrie
The array trie that contains all nodes from the trie.
trie
The value stored in a trie.
The trie to encode.
Generated using TypeDoc
Encodes a
Trie
instance as anArrayTrie
.Returns
The array trie that contains all nodes from the
trie
.