Function: pickArr()
pickArr<
T>(arr,indices):T[]
Defined in: packages/core/src/internal-fns/index.ts:131
Returns a new array containing only the elements of arr at the given indices, in order.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
arr | T[] |
indices | number[] |
Returns
T[]