RawRadixTree.insertNewAtAbovePrefix

Like insertAtAbovePrefix but also asserts that key is currently not stored under curr.

template RawRadixTree(Value = void, A_)
pragma(inline) @safe pure nothrow @nogc
insertNewAtAbovePrefix
(
A
)
(
auto ref A alloc
,,
Elt!Value elt
)

Meta