Kotlin Collections inside. Part 2.

Andrii Khrystian
1 min readFeb 14, 2018

--

Hope you enjoyed the first part of my story about Kotlin Collections. In the second part I’m going to touch sets and maps. I will answer the following questions:

  • What extend these collections?
  • What about mutability and immutability?
  • How to create such collections?

Read full story on Runtastic blog

--

--