My second thought is to copy all of the values fro...
# getting-started
c
My second thought is to copy all of the values from this
MutableMap
to a
Map
, which is immutable and read-only. But I figured that might be expensive and there might be a better way?