That's sugar for `someFunc(..., { ... })`, ie. the...
# getting-started
k
That's sugar for
someFunc(..., { ... })
, ie. the last parameter for the function is a function, and a lambda is passed.