AddOperator<K, V> extension
- on
-
- Map<
K, V>
- Map<
Operators
-
operator +(
Map< K, V> other) → Map<K, V> -
Available on Map<
Adds all key-value pairs fromK, V> , provided by the AddOperator extensionotherto the current map and returns a new map.