On Jun 8, 2016, at 7:27 PM, Brent Royal-Gordon via swift-evolution 
<[email protected]> 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
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to