`mapOf()` also pairs nicely with the `to` operator...
# getting-started
c
mapOf()
also pairs nicely with the
to
operator:
Copy code
val testmap = mapOf(
    "key1" to "value1",
    "key2" to "value2"
)