https://kotlinlang.org logo
s

sargunv

06/30/2016, 8:43 PM
Sometimes it's better to use
HashMap
instead of
mutableMapOf
, especially if I want to make clear to the reader that this is a hash map, not a tree or something else