setOflistOfmapOfmutableListOfsetOfval set = setOf(1, 3, 5) listOfval list = listOf(1, 3, 5) mapOfval map = mapOf(1 to "one", 5 to "five") mutableListOfvar list = mutableListOf()