HashTable.lastIter
Returns an iterator pointing to the last entry of the table.
Arguments
None
Return values
iterator
is a HashTableIterator pointing to the last entry.
Complexity
Constant
Example
Output:
{ key: -25; value: "element"; }
Returns an iterator pointing to the last entry of the table.
None
Constant