delete-if-not

delete-if-not is an alias for `cl-delete-if-not' in `cl.el'.

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

Remove all items not 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