[swift-evolution] [Proposal] implicit `if let`

2017-10-11 Thread Manuel Carrasco Molina via swift-evolution
Hi, We usually do this If let foo = foo { // bar } What if the compiler would understand If let foo { // bar } As if the `= foo` would be there? I’d find it great syntactic sugar. ___ swift-evolution mailing list swift-evolution@swift.org

Re: [swift-evolution] Idea: Properties in Failable Initializers less verbose

2017-07-26 Thread Manuel Carrasco Molina via swift-evolution
+1. > On 25. Jul 2017, at 18:30, Taylor Swift via swift-evolution > wrote: > > I’d be in favor of this. > > On Tue, Jul 25, 2017 at 5:44 AM, philohan95 via swift-evolution > > wrote: > I think the