Function: --reject
--reject is a function alias for --remove, defined in dash.el.
Signature
(--reject FORM LIST)
Documentation
Return a new list of the items in LIST for which FORM evals to nil.
Each element of LIST in turn is bound to it and its index
within LIST to it-index before evaluating FORM.
This is the anaphoric counterpart to -remove.
For the opposite operation, see also --filter.