Files
swift-mirror/stdlib/public/core
Dave Abrahams 18fb99ad71 Merge pull request #3589 from apple/closure-naming-and-labeling
See https://github.com/apple/swift-evolution/blob/master/proposals/0118-closure-parameter-names-and-labels.md

* <label> body => _ body

* _ isSeparator: => whereSeparator isSeparator:

* isOrderedBefore: => by areInIncreasingOrder:

* _ includeElement/whereElementsSatisfy predicate => _ isIncluded

* initialValue: => makingValueWith factory: (ManagedBuffer)

* first/contains(predicate) => first/contains(where: predicate)

* isEquivalent: => by areEquivalent:

* reduce(_ initial:combine:) => reduce(_ initialResult:_ nextPartialResult)

* encode(_:output:) => encode(_:into processCodeUnit:)
2016-07-18 14:56:37 -07:00
..
2016-05-24 19:21:04 +02:00
2016-07-17 16:29:18 -07:00
2016-07-18 14:29:08 -06:00
2016-05-24 19:21:04 +02:00
2016-07-18 14:29:08 -06:00
2016-07-18 14:29:08 -06:00