RawRadixTree.getSubCount

Get number of sub-nodes of node curr.

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

Meta