what is the preferable way to populate a map from ...
# getting-started
m
what is the preferable way to populate a map from a loop? create a
MutableMap
and add elements to it as the loop goes over?