Prelude API
    Preparing search index...

    Function insert

    • Inserts a string into a radix trie.

      Parameters

      • mutableTrie: t

        The trie to modify

      • value: string

        The string to insert

      Returns void