remove-if-not
remove-if-not is an alias for `cl-remove-if-not' in `cl.el
'.
(remove-if-not PREDICATE SEQ [KEYWORD VALUE]...)
Remove all items not satisfying PREDICATE in SEQ.
This is a non-destructive function; it makes a copy of SEQ if necessary
to avoid corrupting the original SEQ.
Keywords supported: :key :count :start :end :from-end