toggle menu
two-colored-range
1.0.0
common
switch theme
search in API
two-colored-range
/
me.thorny.twoColoredRange.rangeUtils
/
IntRangeFactory
/
makeRange
make
Range
open
override
fun
makeRange
(
start
:
Int
,
endInclusive
:
Int
)
:
IntRange
Creates a range from
start
to
endInclusive
.