Skip to content

_.remove(predicate, values) has the mutable version description. #7

Open
@meinashi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions