merge

open fun merge(from: StringMap)

Merge all the entries of from to this map, replacing any entry for which the key already exists in this map.

Parameters

from

Map of entries to be added.