The stop index (exclusive).
Returns a RangeIterator for all numbers starting at the start index and one step before the stop index.
The start index (inclusive) (default: 0).
The stop index (exclusive).
Returns a RangeIterator for all numbers starting at the start index and one step before the stop index.
The start index (inclusive) (default: 0).
The stop index (exclusive).
The optional amount to increment each step by, can be positive or negative (default: Math.sign(stop - start)).
Returns a
RangeIteratorfor all numbers starting at the start index and one step before the stop index.