how to declare mutable map inside mutable map
# getting-started
t
how to declare mutable map inside mutable map
m
MutableMap<KeyType, MutableMap<OtherKeyType, ValueType>>
?