@univerjs/core v0.4.2 • Docs
Function: mergeSets()
function mergeSets<T>(s1, s2): Set<T>
Merge the second set to the first set.
Type Parameters
Type Parameter |
---|
T |
Parameters
Parameter | Type | Description |
---|---|---|
s1 | Set <T > | the first set |
s2 | Set <T > | the second set |
Returns
Set
<T
>
the merged set
Defined in
submodules/univer/packages/core/src/common/set.ts:23 (opens in a new tab)