HashTable.makeRange
Creates a range that points to all entries of the table.
Arguments
None
Return values
range
pointing to all entries of the table (see Range).
Complexity
Constant
Example
Output:
{ key: 35; value: "element"; }
{ key: 19; value: "nineteen"; }
{ key: 0; value: "ZERO"; }
{ key: 32; value: "{ a: 0; b: 1; }; }
{ key: 34; value: "element"; }
{ key: 34; value: 135; }
{ key: -25; value: "element"; }