Hacker News new | ask | show | jobs
by reednj 3183 days ago
I wasn't aware of that syntax? It will just pass the arguments from the parent to the child in order?
2 comments

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.