toggle menu
common
1.4.2
common
switch theme
search in API
common
/
pro.respawn.kmmutils.common
/
plus
plus
operator
fun
ClosedRange
<
Float
>
.
plus
(
value
:
Float
)
:
ClosedFloatingPointRange
<
Float
>
operator
fun
ClosedRange
<
Long
>
.
plus
(
value
:
Long
)
:
LongRange
operator
fun
ClosedRange
<
Int
>
.
plus
(
value
:
Int
)
:
IntRange
operator
fun
ClosedRange
<
Double
>
.
plus
(
value
:
Double
)
:
ClosedFloatingPointRange
<
Double
>
Add
value
to
both start and end
of the range