Slide 14
Slide 14 text
COLLECTIONS IN KOTLIN
▸ Saner version of Java’s, and fully compatible
▸ Two flavours: mutable and immutable
▸ Operations with function parameters: map, filter, reduce…
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/