is there a method that adds to a map and returns t...
# announcements
c
is there a method that adds to a map and returns the map? I have a map of default parameters and i want to easily overwrite values in it. like this:
myMethod(defaultParameterMap.plus("blah" to "boing"))