3 lines
39 B
Kotlin
Vendored
3 lines
39 B
Kotlin
Vendored
fun invoke(f: () -> Unit) {
|
|
(f)()
|
|
} |