Inserts a new entry with the key and value to the Map object immutably. If there is already an entry with the key, it will be overwritten.
Map
Key to relate insertion.
A new one with the inserted entry.
Generated using TypeDoc
Inserts a new entry with the key and value to the
Map
object immutably. If there is already an entry with the key, it will be overwritten.