RawRadixTree.insert

Insert key into this tree.

struct RawRadixTree
@safe pure nothrow @nogc
insert
(
UKey key
,
in Value value
,
out ElementRef elementRef
)

Meta