RawRadixTree.insertAtAbovePrefix

Insert key into sub-tree under branch curr above prefix, that is the prefix of curr is stripped from key prior to insertion.

template RawRadixTree(Value = void, A_)
@safe pure nothrow @nogc
insertAtAbovePrefix
(
A
)
(
auto ref A alloc
,,
Elt!Value elt
,
out ElementRef elementRef
)

Meta