BTreeMapRange.empty

struct BTreeMapRange(BTreeMap)
bool
empty
()

Return Value

Type: bool

true if there are no more elements to iterate over

Throws

RangeInvalidatedException if the underlying tree has changed

Meta