what's the difference between val action: (Int) -&...
# announcements
b
what's the difference between val action: (Int) -> Unit and val action: (Int) -> Unit = { } ?