Join Slack
Powered by
What is the purpose to declare a name for the func...
# announcements
e
ech0s7r
11/25/2017, 9:24 PM
What is the purpose to declare a name for the function type arguments ? example in: fun myFun(block: (x:String) -> Unit) {}, why should we declare ‘x’ instead of simply (String)->Unit ?
3
Views
Open in Slack
Previous
Next