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