Join Slack
Powered by
if there a concise way of mapping a `listOf(1, 2, ...
# getting-started
h
horse_badorties
09/26/2017, 2:34 PM
if there a concise way of mapping a
listOf(1, 2, 3, 4, 5, 6)
to a
mapOf(1 to 2, 3 to 4, 5 to 6)
?
4
Views
Open in Slack
Previous
Next