RawRadixTree.matchCommonPrefix

Lookup deepest node having whose key starts with key.

struct RawRadixTree
@safe pure nothrow @nogc inout
inout(Node)
matchCommonPrefix
(
UKey key
,
out UKey keyRest
)

Meta