Take a look at SequenceableCollection>>checkedAt: and senders. I have no idea why that method is there, and it’s old. Is there any SequenceableCollection that doesn’t check bounds or does something weird like wrap around? I can’t make sense of it, I think we should remove this method and change the senders to just use #at:…