if you’re dealing with keys that may not already b...
# getting-started
s
if you’re dealing with keys that may not already be there, you could do something like
map.getOrPut(TypeA, ::mutableListOf).add(TypeB)