RawRadixTree.insertAtLeaf1

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

Meta