Alters entry with the key. This lets you insert, modify and remove an entry.
Function to make a new value from the old one. If the entry was not found, oldEntry will be None. When this returned None, the entry will be removed.
oldEntry
None
A new Map with the replaced entry.
Map
Generated using TypeDoc
Alters entry with the key. This lets you insert, modify and remove an entry.