[swift-evolution] [SHORT Review] SE-0132: Rationalizing Sequence end-operation names

Brent Royal-Gordon brent at architechies.com
Wed Jul 27 07:58:08 CDT 2016


> On Jul 26, 2016, at 5:45 PM, Brent Royal-Gordon <brent at architechies.com> wrote:
> 
> I'm working on an implementation (so far I just have `dropFirst` renamed, but I've only spent about half an hour on it, mostly waiting for tests), but the diff isn't really going to tell you much.

Now finished: https://github.com/apple/swift/pull/3793/files

The diff shows a lot of lines touched, but that's mainly unrelated documentation—it turns out an awful lot of examples use `index(of:)`!—and tests.

-- 
Brent Royal-Gordon
Architechies



More information about the swift-evolution mailing list