Collections in Kotlin
I can confidently say, that most applications could not work without data collections. Those type of concept was created to hold specific values for later usage. Similar to Java Collections, Kotlin also provides a rich set of tools for managing collections. (more…)