Join Slack
Powered by
Under the covers it uses `putAll` which is just ``...
# announcements
r
Ruckus
12/10/2018, 9:45 PM
Under the covers it uses
putAll
which is just
Copy code
for ((key, value) in pairs) { put(key, value) }
So later entries will simply overwrite existing.
Open in Slack
Previous
Next