OpenEndRange (original) (raw)
Represents a range of values (for example, numbers or characters) where the upper bound is not included in the range. See the Kotlin language documentation for more information.
Since Kotlin
1.9
Inheritors
Properties
The maximum value in the range (exclusive).
Since Kotlin 1.9
Link copied to clipboard
The minimum value in the range.
Since Kotlin 1.9
Functions
Link copied to clipboard
Checks whether the specified value belongs to the range.
Since Kotlin 1.9
Link copied to clipboard
Checks if the specified value belongs to this range.
Since Kotlin 1.9
Link copied to clipboard
Checks whether the range is empty.
Since Kotlin 1.9
Thanks for your feedback!