RawRadixTree.hasValue

Is true if this tree stores values of type Value along with keys. In other words: this is a map rather than a set.

struct RawRadixTree
alias hasValue = isValue

Meta