val byLastName = mutableMapOf<String, String>() println("byLastName.isEmpty() is ${byLastName.isEmpty()}") // true scientists.associateTo(byLastName) { it ...
確定! 回上一頁