Lecture 4: Kotlin Collections

This lecture introduces the wide range of collection types available in Kotlin: pairs, triples, arrays, lists, sets and maps. It considers how these collections are created and manipulated. It also explores the idea that lists, sets and maps have read-only and mutable forms.