Y
Hacker News
new
|
ask
|
show
|
jobs
by
slavapestov
3182 days ago
Or just
doSomething
1 comments
reednj
3182 days ago
I wasn't aware of that syntax? It will just pass the arguments from the parent to the child in order?
link
jayrhynas
3182 days ago
As long as the signature of the function matches you can pass it in directly
link
slavapestov
3182 days ago
Functions are values in Swift. Closure literal syntax is just a shorthand where you don’t have to name the function first.
link