Prelude API
    Preparing search index...

    Function of

    • Creates a radix trie from a collection of strings.

      Parameters

      • values: Iterable<string> = []

        The strings to insert into the trie

      Returns t

      A new radix trie containing the provided values