BTreeMapRange.isValid

struct BTreeMapRange(BTreeMap)
bool
isValid
()

Return Value

Type: bool

true if the underlying tree has not changed and it's safe to use front/popFront/empty methods.

Meta