plus Assign
Puts the key/value mapping from the pair in this map, using the first element as the key, and the second element as the value.
Puts all the pairs into this map, using the first component of the pair as the key, and the second component as the value.
Puts all the key/value mappings in the from map into this map.