Function: delete*

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

(fn ITEM SEQ [KEYWORD VALUE]...)