<@U0B8ZP13Q>: my gut is to go with a `map`, but I ...
# announcements
g
@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