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
Generated using typedoc-plugin-markdown and TypeDoc