RawRadixTree.insertAtLeaf1

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Branch insertAtLeaf1(Branch curr, UIx key, Value value, ElementRef elementRef)
    template RawRadixTree(Value = void)
    @safe pure nothrow @nogc
    static if(isValue)
    insertAtLeaf1
    (,,
    Value value
    ,
    out ElementRef elementRef
    )
  2. Branch insertAtLeaf1(Branch curr, UIx key, ElementRef elementRef)

Meta