Commits

Dave Abrahams committed eb02c9a4031
[stdlib] "Sequence.enumerate" => "Sequence.generate" This is step 2 of implementing the new Container/Sequence/Stream protocols. It's possible we'll find a better name than "generate," but "enumerate" clashes conceptually with Swift's enumerate algorithm, so it had to change. Swift SVN r11925