seq-remove

seq-remove is a compiled Lisp function in `seq.el'.

(seq-remove PRED SEQ)

Return a list of all the elements for which (PRED element) is nil in SEQ.