Introduction to Collections in Kotlin
We'll cover the following...
We use collections of objects in every single application, whether it’s business, scientific, or game development. You can pretty much use any collection available in Java directly from within Kotlin. But, Kotlin also offers a few view interfaces over Java collections, which provide a pleasant and a safer ...