Dicts are immutable, there are two options:
- Use
mergeto create a new dict - Use
newScratch(see docs), update as you please, and then use e.g.$scratch.Valuesto get the map.
Dicts are immutable, there are two options:
merge to create a new dictnewScratch (see docs), update as you please, and then use e.g. $scratch.Values to get the map.