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)
  2. Branch insertAtSubNode(A alloc, Branch curr, UKey key, ElementRef elementRef)
    template RawRadixTree(Value = void, A_)
    pragma(inline) @safe pure nothrow @nogc
    static if(!(isValue))
    insertAtSubNode
    (
    A
    )
    (
    auto ref A alloc
    ,,,
    out ElementRef elementRef
    )

Meta