Vector.lastIter
Returns an iterator to the last element of the vector.
Arguments
None
Return values
iterator
pointing to the last element.
Complexity
Constant
Example
Output:
1.000000,2.000000,3.000000
Returns an iterator to the last element of the vector.
None
Constant