ArrayTernaryTrie.this

Copy Trie and change capacity by a factor

@param trie the trie to copy from @param factor the factor to grow the capacity by

  1. this()
  2. this(bool insensitive)
  3. this(int capacity)
  4. this(bool insensitive, int capacity)
  5. this(ArrayTernaryTrie!(V) trie, double factor)
    class ArrayTernaryTrie(V)
    this

Meta