BTreeMapRange.front

struct BTreeMapRange(BTreeMap)
front
()

Return Value

Type: KeyValue

the current element in the range.

Throws

RangeInvalidatedException if the underlying tree has changed

Meta