RawRadixTree.insertNewAtAbovePrefix

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

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

Meta