Join Slack
Powered by
<@U0B8ZP13Q>: my gut is to go with a `map`, but I ...
# announcements
g
groostav
07/11/2016, 9:03 PM
@cedric
: my gut is to go with a
map
, but I feel like there's a better strategy for this...
Copy code
sourceList.take(4).map { Pair(it, it+1) }
👍 1
Open in Slack
Previous
Next