Make a range from start
until end
(exclusive) with step value 1.
Make a range from start
until end
(exclusive) with given step value.
Make a range from start
until end
(exclusive) with given step value.
step != 0
Counts the number of range elements.
Make an inclusive range from start
to end
with step value 1.
Make an inclusive range from start
to end
with given step value.
Make an inclusive range from start
to end
with given step value.
step != 0
A companion object for the
Range
class.