A range of numbers.
Properties
- Lower Bound (Int)
The first number.
- Upper Bound (Int)
The last number if closed. If not closed it will be the number after the last number in the list.
- Step (Int)
The step between numbers in the list.
- Closed (Bool)
If closed the upper bound will include it's number.