An integer range that has no end.
This should be constructed with Range.from.
Creates an integer half-open range [start,end), optionally with a step.
open end for the range
how much to step by
Creates an integer closed range [start,end], optionally with a step.
closed end for the range
An integer range that has no end.
This should be constructed with Range.from.