Join Slack
Powered by
<@U2AEHNFUK> ``` listOf("abc","def").fold(0) { a: ...
# getting-started
c
cedric
01/13/2017, 7:39 AM
@sailxjx
Copy code
listOf("abc","def").fold(0) { a: Int, b: String -> a + b.length }
Open in Slack
Previous
Next