Creates a range slice using Kotlin's until operator.
This enables syntax like: segment { 5 until 20 }
segment { 5 until 20 }
the IntRange to convert to a slice (exclusive end)
a Range slice descriptor