rangeTo

operator fun rangeTo(other: Byte): IntRange
operator fun rangeTo(other: Short): IntRange
operator fun rangeTo(other: Int): IntRange
operator fun rangeTo(other: Long): LongRange

Creates a range from this value to the specified other value.

operator fun rangeTo(other: Byte): IntRange(source)
operator fun rangeTo(other: Short): IntRange(source)
operator fun rangeTo(other: Int): IntRange(source)
operator fun rangeTo(other: Long): LongRange(source)

Creates a range from this value to the specified other value.

operator fun rangeTo(other: Byte): IntRange
operator fun rangeTo(other: Short): IntRange
operator fun rangeTo(other: Int): IntRange
operator fun rangeTo(other: Long): LongRange

Creates a range from this value to the specified other value.