Join Slack
Powered by
`mapOf()` also pairs nicely with the `to` operator...
# getting-started
c
ccrowe
01/23/2017, 10:12 PM
mapOf()
also pairs nicely with the
to
operator:
Copy code
val testmap = mapOf( "key1" to "value1", "key2" to "value2" )
2
Views
Open in Slack
Previous
Next