Join Slack
Powered by
What's the idea behind having function parameters ...
# getting-started
j
Johan Alkstål
09/14/2019, 5:07 PM
What's the idea behind having function parameters that are lambdas be outside the parentheses?
myFun(foo) { bar -> handleBar(bar) }
Open in Slack
Previous
Next