Join Slack
Powered by
The nice thing is that Kotlin has collections like...
# announcements
a
andrewoma
09/30/2015, 9:53 PM
The nice thing is that Kotlin has collections like
List
which don't include mutations like
add
, so it means the
Immutable
variants can share the common interface (unlike in Java)
Open in Slack
Previous
Next