Join Slack
Powered by
@laim: To add to Dmitriy's answer, you can also us...
# announcements
j
josephivie
07/26/2016, 3:44 PM
@laim: To add to Dmitriy's answer, you can also use the infix function
to
to make pairs.
Copy code
println(mapOf("a" to "z", "b" to "y") + ("c" to "x"))
👍 1
Open in Slack
Previous
Next