Currently, `plus` makes no assumptions about immut...
# announcements
d
Currently,
plus
makes no assumptions about immutability and therefore must and does copy the map (specifically via a
LinkedHashMap
constructor)