RawRadixTree.insertAtSubNode

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

Meta