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