delete*

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

(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