»
union
container.ps_map.union
(other container.this.ps_map container.ps_map.PK container.ps_map.V)
=>
container.this.ps_map container.ps_map.PK container.ps_map.V[Contains abstract features]
¶0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 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.