Range.lastIter
Returns an iterator pointing to the last element of the range. Not applicable to RedBlackTreeRange.
Arguments
None
Return values
iterator
pointing to the first element.
Complexity
Constant
Example
Output:
{ key: 1; value: "ONE"; }
{ key: 2; value: "TWO"; }
{ key: 10; value: "TEN"; }
{ key: 50; value: "FIFTY"; }