When implementation doesn't matter, use `mutableMa...
# announcements
s
When implementation doesn't matter, use
mutableMapOf
, but when you specifically want the implementation to be clear, use the
HashMap
or
TreeMap