@univerjscorefunctionsMergesets

@univerjs/core v0.5.4


Function: mergeSets()

function mergeSets<T>(s1, s2): Set<T>

Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/set.ts:23

Merge the second set to the first set.

Type Parameters

Type Parameter
T

Parameters

ParameterTypeDescription
s1Set<T>the first set
s2Set<T>the second set

Returns

Set<T>

the merged set