rubidge
Results
2
comments of
rubidge
Presume this is related to #321
I see that the "+" operator is implemented for ConstDict, but it looks like this will be the "|" operator as of Python 3.9. Other missing operations: d.copy() d.fromkeys() reversed(d)...