Hi there.
I have an indexed set with thousands of ints in it but this s[-4:-1] returns an empty set, IndexedSet([ ]). Slicing with positive bounds seems to work fine, though. You can easily get rid of this bug if you use the slice object that has all the necessary machinery to turn negative indexes into the standard positive ones. Just explore slice.
Thanks.
Best regards,
Darek