RadixTree.byKey

AA-style key range.

struct RadixTree(K, V)
@nogc nothrow @nogc
static if(!(RawTree.hasValue))
Range
byKey
()
if (
allSatisfy!(isTrieableKeyType, K)
)

Meta