creates a new ps_map that maps all the keys that exist either in ps_map.this or in other to the values they are mapped to. In case a key k exists in both ps_map.this and other, it will be mapped to ps_map.this[k] or to other[k], but it is undefined to which of these two.
0.095dev (2025-08-15 12:02:22 GIT hash 301b5b75e77076d091b38f555473f9f0e31e5b5c built by fridi@fzen)
creates a new ps_map that maps all the keys that exist either in ps_map.this
or in other to the values they are mapped to. In case a key k exists in
both ps_map.this and other, it will be mapped to ps_map.this[k] or to other[k],
but it is undefined to which of these two.