@aracna/core - v1.5.0
Preparing search index...
removeArrayItems
Function removeArrayItems
removeArrayItems
<
T
>
(
array
:
T
[]
,
predicate
:
RemoveArrayItemsPredicate
<
T
>
)
:
T
[]
Removes items from an array that match the predicate or are in the items array.
Aracna Reference
Type Parameters
T
Parameters
array
:
T
[]
predicate
:
RemoveArrayItemsPredicate
<
T
>
Returns
T
[]
removeArrayItems
<
T
>
(
array
:
T
[]
,
items
:
T
[]
)
:
T
[]
Removes items from an array that match the predicate or are in the items array.
Aracna Reference
Type Parameters
T
Parameters
array
:
T
[]
items
:
T
[]
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@aracna/core - v1.5.0
Loading...
Removes items from an array that match the predicate or are in the items array.
Aracna Reference