isEmpty

open override fun isEmpty(): Boolean(source)

Checks whether the range is empty.

The range is empty if its start value is greater than the end value.

Since Kotlin

1.0