kotlin-stdlib / kotlin.ranges / OpenEndRange / isEmpty isEmpty Common JVM JS Native 1.0 open fun isEmpty(): Boolean(source) Checks whether the range is empty. The open-ended range is empty if its start value is greater than or equal to the end value.