Skip to content

unionSets

unionSets(setA, setB): Set<any>

Creates an union of two sets.

Parameters

setA: SetExperimental<any>

The first set.

setB: SetExperimental<any>

The second set.

Returns

Set<any>

The union of the sets.

Source

ecmascript/src/utils.ts:78


Generated using typedoc-plugin-markdown and TypeDoc