Open
Description
Description of this function:
Removes all elements from array that predicate returns truthy for and returns an array of the removed elements. The predicate is invoked with three arguments: (value, index, array).
This is the mutable version function's behavior. Example of this function also the mutable version.
Metadata
Assignees
Labels
No labels