I know there's `mutableMapOf(vararg Pairs)` but I ...
# getting-started
a
I know there's
mutableMapOf(vararg Pairs)
but I don't know how you get from your list to the pairs you want. zipWithNext is close but not quite it.