Join Slack
Communities
Powered by
Hello guys! My question is the following: Can I ad...
# announcements
d
dragon_slayer
01/20/2017, 7:08 PM
Hello guys! My question is the following: Can I add an element to an immutable list? In Javascript you could do the following but seems that not in Kotlin.
Copy code
val newList = immutableList.push(4)
Open in Slack
Previous
Next