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
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to