Function types, see <https://kotlinlang.org/docs/r...
# announcements
k
Function types, see https://kotlinlang.org/docs/reference/lambdas.html. Looks like this:
fun something(callback: (Int) -> Unit)
2