Home > rc-js-util > _Map > union
Returns a map with keys from both A and B. If both A and B have the same key the value from B will be used.
Signature:
static readonly union: typeof mapUnion;
See mapUnion().