immutables icon indicating copy to clipboard operation
immutables copied to clipboard

Support merge and update operators

Open hukkin opened this issue 4 years ago • 1 comments

Python 3.9 will add the merge (|) and update (|=) operator support for the built-in dict (PEP 584). We should consider adding the same support for immutables.Map.

hukkin avatar Mar 11 '20 23:03 hukkin

Makes sense

PabloLefort avatar Apr 01 '20 13:04 PabloLefort