A numeric range between two integers.
The end of the range as an integer value. The range is up-to but not including the end value. Thus, the size of a range between 0 and 100 is 100.
1
The start of the range as an integer value.
0
Generated using TypeDoc
A numeric range between two integers.