daftar peta berdasarkan indeks dan nilai Kotlin

numbers.mapIndexed { index: Int, value: String -> index to value }.toMap()
Stockholm