[swift-evolution] [swift-evolution-announce] [Accepted with Revision] SE-0099 Restructuring Condition Clauses

Chris Lattner clattner at apple.com
Wed Jun 8 23:41:41 CDT 2016


On Jun 8, 2016, at 7:27 PM, Brent Royal-Gordon via swift-evolution <swift-evolution at swift.org> wrote:
> However, if-let does not permit the analogous construct:
> 
> 	guard let (x, y, z) = (foo(), bar(), bas()) else {
> 
> Now that we're moving away from allowing compound if-lets, I think it might be a good idea to revisit that decision. Would this be better handled as a separate proposal?

Yes, this should be a follow up pitch/proposal.  Thanks Brent,

-Chris


More information about the swift-evolution mailing list