extend
extend<
T>(array,values):void
Defined in: packages/sigma/src/utils/data.ts:4
Extends the target array with the given values.
Type Parameters
T
T
Parameters
array
T[]
values
Set<T>
Returns
void
extend<
T>(array,values):void
Defined in: packages/sigma/src/utils/data.ts:4
Extends the target array with the given values.
T
T[]
Set<T>
void