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