toolish - v0.2.5
Preparing search index...
array
removeAllElementsBy
Function removeAllElementsBy
removeAllElementsBy
<
T
>
(
array
:
T
[]
,
predicate
:
Predicate
<
T
>
)
:
T
[]
Removes all array elements matching the predicate.
Type Parameters
T
Parameters
array
:
T
[]
predicate
:
Predicate
<
T
>
Returns
T
[]
the removed elements
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
toolish - v0.2.5
Loading...
Removes all array elements matching the predicate.