Exploring Arrays, Collections, ArrayList, Set, and Map in Kotlin
Arrays
A data structure that holds a fixed number of values of the same type or its subtypes. The most common type of array in Kotlin is the object-type array, represented by the Array class.
ArraysCollections
Arrays can be both be read & over...
androidguide.hashnode.dev3 min read