Range.firstIter
Returns an iterator pointing to the first element of the range.
Arguments
None
Return values
iterator
pointing to the first element.
Complexity
Constant
Example
Output:
{ key: 2; value: "TWO"; }
{ key: 10; value: "TEN"; }
Returns an iterator pointing to the first element of the range.
None
Constant