kotlin-stdlib / kotlin / Long / rangeUntil rangeUntil Common JVM JS Native 1.9 operator fun rangeUntil(other: Byte): LongRange(Common source) (JS source) (Native source) operator fun rangeUntil(other: Short): LongRange(Common source) (JS source) (Native source) operator fun rangeUntil(other: Int): LongRange(Common source) (JS source) (Native source) operator fun rangeUntil(other: Long): LongRange(Common source) (JS source) (Native source) Creates a range from this value up to but excluding the specified other value. If the other value is less than or equal to this value, then the returned range is empty.