What is the purpose to declare a name for the func...
# announcements
e
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 ?