removeArrayElementsByIndexes
Signature
<ArrayElement>(
sourceData: Readonly<
(
{
mutably: true;
targetArray: Array<ArrayElement>;
} |
{
mutably: false;
targetArray: ReadonlyArray<ArrayElement>;
}
) &
{ indexes: number | ReadonlyArray<number>; }
>
): Readonly<{
updatedArray: Array<ArrayElement>;
removedElements: Array<ArrayElement>;
}>
Documentation Page is not Completed Yet
We are sorry, but this page has not completed yet.