RawRadixTree.insert

Insert key into this tree.

  1. Node insert(UKey key, Value value, ElementRef elementRef)
    struct RawRadixTree
    pure nothrow @safe @nogc
    static if(isValue)
    insert
    (,
    Value value
    ,
    out ElementRef elementRef
    )
  2. Node insert(UKey key, ElementRef elementRef)

Meta