Listen Sie die Karte nach Index und Wert Kotlin auf

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