Function: -reject

-reject is a function alias for -remove, defined in dash.el.

Signature

(-reject PRED LIST)

Documentation

Return a new list of the items in LIST for which PRED returns nil.

Alias: -reject.

This function's anaphoric counterpart is --remove.

For similar operations, see also -keep and -filter.

Aliases

-reject