This seems to work: `val map = mutableMapOf<Str...
# getting-started
x
This seems to work:
val map = mutableMapOf<String, Map<String, Int>>().withDefault { mutableMapOf<String, Int>().withDefault { 0 }}