AddOperator<K, V> extension

on

Operators

operator +(Map<K, V> other) Map<K, V>

Available on Map<K, V>, provided by the AddOperator extension

Adds all key-value pairs from other to the current map and returns a new map.