Complete Noob question: `MutableMap<K,V>` or...
# android
t
Complete Noob question:
MutableMap<K,V>
or
HashMap<K,V>
as the type for a dictionary plan on updating over time? Or some other even newer and improved variant I'm not aware of yet? And is
hashMapOf()
the best way to initialize an empty one?
k
mutableMapOf() Also there's a #getting-started channel...
🙏 1