RadixTree.insert

Insert element elt.

  1. bool insert(ElementType e)
    struct RadixTree(K, V, A = Mallocator)
    @nogc
    static if(RawTree.hasValue)
    bool
    insert
  2. bool insert(MK key, V value)
  3. bool insert(MK key)

Return Value

Type: bool

true if elt.key wasn't previously added, false otherwise.

Meta