Idk typing +1 seems easy enough... 1:N == union(1:(N÷2), (N÷2+1):N).
But really, these discussions are funny to me - each side pretending their convention is how God intended indexing to be done. You see it's naturally composable because N/2 shows up twice, which is really the perfect amount of times to show up, and as you recall I just defined composable in that way (not to mention it matches the fact that N/2 occurs twice in [0, N)!)
You cannot do easily [0...N) = [0...N/2) + [N/2...N)