cl-delete
cl-delete is an autoloaded compiled Lisp function in `cl-seq.el
'.
(cl-delete ITEM SEQ [KEYWORD VALUE]...)
Remove all occurrences of ITEM in SEQ.
This is a destructive function; it reuses the storage of SEQ whenever possible.
Keywords supported: :test :test-not :key :count :start :end :from-end