uhh maybe `myMap.getOrPut(key) { mutableListOf() }...
# getting-started
s
uhh maybe
myMap.getOrPut(key) { mutableListOf() }.add(string)
then?
👍 1