Sometimes I see functions declared as this (made u...
# getting-started
d
Sometimes I see functions declared as this (made up):
fun foo(body: Bar.() -> Unit)
. I'm don't quite get what the "Bar." means in this context, what constraints/usage does it impose?