An Interval is a range of integers from a starting value to an ending value by some step value.
Create a new Interval.
The starting value of the interval.
The ending value of the interval.
The step value of the interval.
Return the number of items in the interval.
Return the indexed item in the interval.
Evaluates function for each item in the interval. The function is passed two arguments, the item and an integer index.