OK, I know the question is nothing so important per se, but I'm asking for the sake of it.
Let's say I have an array/seq and some slice:
arr[x .. y]
Apparently, this works only if x <= y.
What if x > y? Is there any way to do it, using something along the same lines?