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