bjartek
04/07/2017, 7:45 PMmg6maciej
04/07/2017, 10:40 PM{ (str, int) -> func(str, int) } seems verbose compared to (::func).bjartek
04/08/2017, 12:37 PMmarcinmoskala
04/11/2017, 10:42 PMmarcinmoskala
04/11/2017, 10:42 PMmarcinmoskala
04/11/2017, 10:43 PMfun func(arg: Map.Entry<Int, String>) = arg.value.toString()marcinmoskala
04/11/2017, 10:43 PMmg6maciej
04/11/2017, 10:51 PMarg.key and arg.value instead of nicely named params inside the function.