kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.ranges
/
ClosedFloatingPointRange
/
lessThanOrEquals
less
Than
Or
Equals
Common
abstract
fun
lessThanOrEquals
(
a
:
T
,
b
:
T
)
:
Boolean
Content copied to clipboard
Compares two values of range domain type and returns true if first is less than or equal to second.