stdlib
1.2
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Common
stdlib
/
kotlin.ranges
/
ClosedFloatingPointRange
/
lessThanOrEquals
less
Than
Or
Equals
abstract
fun
lessThanOrEquals
(
a
:
T
,
b
:
T
)
:
Boolean
(
source
)
Compares two values of range domain type and returns true if first is less than or equal to second.
Since Kotlin
1.2