you know, i kinda like swift's feature `fun foo (_...
# getting-started
d
you know, i kinda like swift's feature
fun foo (_a a: Int) { return _a + _a }
and thus
foo(a = 42)
where you can name an argument differently for the callsite
b
You have it backwards but yes. I like that too.