• Returns a value associated with the key, or null if there's no such key.

    Returns

    A value stored in the trie, or null if there's no such key.

    Type Parameters

    • T

      The value stored in a trie.

    Parameters

    • trie: ArrayTrie<T>

      The trie to search in.

    • key: string

      The key to retrieve.

    Returns T | null

Generated using TypeDoc