Hacker News new | ask | show | jobs
by slavapestov 3182 days ago
Or just

doSomething

1 comments

I wasn't aware of that syntax? It will just pass the arguments from the parent to the child in order?
As long as the signature of the function matches you can pass it in directly
Functions are values in Swift. Closure literal syntax is just a shorthand where you don’t have to name the function first.