cl-delete-if

cl-delete-if is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-delete-if PREDICATE SEQ [KEYWORD VALUE]...)

Remove all items satisfying PREDICATE in SEQ.
This is a destructive function; it reuses the storage of SEQ whenever possible.

Keywords supported: :key :count :start :end :from-end