A function that takes an array as its first argument and a function as its second argument. The function receives each element of the array as a first argument. If the function returns true, this element is removed from the array.
true
Removed array elements.
Optional
Generated using TypeDoc
A function that takes an array as its first argument and a function as its second argument. The function receives each element of the array as a first argument. If the function returns
true
, this element is removed from the array.Returns
Removed array elements.