It seems strange to me to just spec out `array[:-1]` or `array[-1]` and not allow other negative indices. Why not propose `array[:-N]`?
It seems strange to me to just spec out
array[:-1]orarray[-1]and not allow other negative indices. Why not proposearray[:-N]?