I have a map created by `hashMapOf` then when I ca...
# announcements
m
I have a map created by
hashMapOf
then when I call
map.values.toList()
, it changes order of my values. I don’t see `treeMapOf’. Which one should I use to preserve order (I want it to be the same as I’ve added it to the map)