until
Returns a range from this value up to but excluding the specified to value.
If the to value is less than or equal to this
value, then the returned range is empty.
Since Kotlin
1.0Returns a range from this value up to but excluding the specified to value.
If the to value is less than or equal to this
value, then the returned range is empty.