Skip to content

intersectionSets

intersectionSets(setA, setB): Set<any>

Creates an intersection of the two sets.

Parameters

setA: SetExperimental<any>

The first set.

setB: SetExperimental<any>

The second set.

Returns

Set<any>

The intersection of the sets.

Source

ecmascript/src/utils.ts:111


Generated using typedoc-plugin-markdown and TypeDoc