RawRadixTree.getLeaf1

Get leaves of node curr.

template RawRadixTree(Value = void, A_)
pure nothrow @safe @nogc
inout(Leaf1!Value)
getLeaf1
(
inout Branch curr
)
if (
isAllocator!A_
)

Meta