removeArrayElementsByPredicates
Signature
<ArrayElement>(
sourceData: Readonly<
(
{
mutably: true;
targetArray: Array<ArrayElement>;
} |
{
mutably: false;
targetArray: ReadonlyArray<ArrayElement>;
}
) &
(
{ predicate: (arrayElement: ArrayElement) => boolean; } |
{ predicates: ReadonlyArray<(arrayElement: ArrayElement) => boolean>; }
)
>
): Readonly<{
updatedArray: Array<ArrayElement>;
removedElements: Array<ArrayElement>;
indexesOfRemovedElements: Array<number>;
}>
Working on Content not Started Yet
We are sorry, but working of this page is not started yet. Currently, this page is existing to reserve the URI for links.