• Encodes a Trie instance as an ArrayTrie.

    Returns

    The array trie that contains all nodes from the trie.

    Type Parameters

    • T

      The value stored in a trie.

    Parameters

    • trie: Trie<T>

      The trie to encode.

    Returns ArrayTrie<T>

Generated using TypeDoc