differenceSets
differenceSets(
setA
,setB
):Set
<any
>
Creates an difference of the two sets.
Parameters
• setA: SetExperimental
<any
>
The first set.
• setB: SetExperimental
<any
>
The second set.
Returns
Set
<any
>
The difference of the sets.
Source
Generated using typedoc-plugin-markdown and TypeDoc