On Thursday, 10 February 2022 at 12:08:07 UTC, tastyminerals wrote:
I meant a different thing though. I am looking for `mydic.update(another_dic)` analogue where `{"a": 1, "b": 2}` update `{"c": 3, "a": -1}` becomes `{"a":-1, "b": 2, "c": 3}`.

you need "merge"?
https://forum.dlang.org/post/fhhuupczjnhehxplj...@forum.dlang.org

Reply via email to