I’m guessing a `Map<K, V>` is more idiomatic...
# getting-started
r
I’m guessing a
Map<K, V>
is more idiomatic Kotlin than a
List<Pair<K,V>>
?