if there a concise way of mapping a `listOf(1, 2, ...
# getting-started
h
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)
?