Either the start
or end
. It's the end
if second
is undefined otherwise it is the start
.
The end
of the range.
The step
property. Defaults to 1.
The end of the range. This is exclusive so the range will only include up to this number but not this number itself.
The start of the range.
The size of the steps to take until you hit the end.
The number to convert to a JS number.
num
as a JS number.
Takes all the data this class hold and makes an iterator.
The range iterator.
The number to add step
to.
The next value in the range after current
.
Mainly used for comparing the current count in the generator to end
.
The number to compare to end
Whether current
is in range.
Generated using TypeDoc
Class that stores and manipulates the data for the range iterator.