в🔥
val l = mutableListOf<String>()
subLocations.forEach { l.add(it.name) }
Size: a a a
в🔥
val l = mutableListOf<String>()
subLocations.forEach { l.add(it.name) }
QH
val l = mutableListOf<String>()
subLocations.forEach { l.add(it.name) }
subLocations.map(Location::name)
в🔥
it.id
->it.name
?AL
it.id
->it.name
?locations.associate { it.id to it.name }
в🔥
VP
VP
QH
VP
QH
VP
QH
D
D
D
QH
D
QH
D