Leandro Lucarella wrote:
I think the ... operator makes perfect sense because it's more general, yo could use array[X...Y] and case X..Y: where appropriate.
and
doesn't look so bad though, but I think it could be easy to miss the ".." when reviewing the code
If it's easy to miss .., then it ought to be really easy to miss the distinction between .. and ... !