[swift-evolution-announce] [Accepted] SE-0031 Adjusting inout Declarations for Type Decoration

Chris Lattner clattner at apple.com
Wed Feb 17 23:57:23 CST 2016


Proposal Link: https://github.com/apple/swift-evolution/blob/master/proposals/0031-adjusting-inout-declarations.md

The review of SE-0031 "Adjusting inout Declarations for Type Decoration" ran from Feb 11…15, 2016. The proposal has been *accepted*:

* The community and core team both widely agree that it makes sense to move the inout keyword into the type position.
* This reinforces commonality between the declaration and type syntax.
* This reduces complexity in the Swift 3 language, since this eliminates the last keyword next to a name in a parameter list - Swift 3 has eliminated var/let in that position.

Contributor Daniel Duan is way ahead of the game here and has already submitted a pull request (https://github.com/apple/swift/pull/1333) to implement this improvement.

Thank you to Erica Sadun and Joe Groff for driving this forward, and Daniel Duan for working on an implementation of this change!

-Chris Lattner
Review Manager


More information about the swift-evolution-announce mailing list