The nice thing is that Kotlin has collections like...
# announcements
a
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)