BTreeMapRange.KeyValue

(key, value) pair to return to the caller

struct BTreeMapRange(BTreeMap)
alias KeyValue = Pair!(BTreeMap.KeyType, BTreeMap.ValueType)

Meta