filmov
tv
#46 set collection in kotlin | Kotlin tutorial | Kotlin Bootcamp for programmers

Показать описание
A set is an unordered collection that does not support duplicates. For creating sets, there are functions setOf() and mutableSetOf(). A read-only view of a mutable set can be obtained by casting it to Set.