Home

Range

Range specifies a range of integer values, inclusive.

[Int, Int]

Specifies the start and end of the Range, inclusive. E.g.:

[0, 3]

specifies the range including 0, 1, 2, and 3 (both 0 and 3 are included in the range).