js-util

Home > rc-js-util > _Map > union

_Map.union property

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;

Remarks

See mapUnion().