Swift 5.3 Multiple Trailing Closures SE-0279; This makes Swift even more beautiful.
Prior to Swift 5.3 this piece of code would look like this.
As you see it doesn’t look that bad, and you may have seen something like this in SwiftUI. When you see the new way. of doing the same thing using multiple trailing closures you will find those extra parenthesis very annoying.
and there you have it, we have a clean piece of code that does the exact same thing, except it has gotten rid of those horrendous parenthesis.