SE-0232: Remove Some Customization Points from the Standard Library's Collection Hierarchy

I see. What about prefix(upTo:), prefix(through:) and suffix(from:) on Collection? Those have implementations in terms of subscript(bounds:), and I can’t imagine doing anything else.