what is difference b/w hashmapOf and mapOf in kotl...
# getting-started
t
what is difference b/w hashmapOf and mapOf in kotlin
v
obviously, one is guarantied to return a
Hashmap
, the other is not
t
but functionality of both is same r8
v
the implementation may change in the next version and
mapOf
will return something else