BTreeMapRange.popFront

Pops the next element from the tree.

struct BTreeMapRange(BTreeMap)
void
popFront
()

Throws

RangeInvalidatedException if the underlying tree has changed

Meta