Combines two Maps into another one. If there are duplicate keys, the ones in left will take precedence.
Map
left
Left hand side to be combined, taking precedence.
A new Map with entries came from both of them.
Generated using TypeDoc
Combines two
Map
s into another one. If there are duplicate keys, the ones inleft
will take precedence.