Join Slack
Powered by
Hey, could anyone please explain me what is differ...
# getting-started
t
thanh
04/03/2016, 2:38 AM
Hey, could anyone please explain me what is different between:
val sum = {a: Int, b: Int -> a + b}
and
fun sum(a: Int, b: Int) = a + b
Open in Slack
Previous
Next