cl-nsubstitute-if-not

cl-nsubstitute-if-not is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-nsubstitute-if-not NEW PREDICATE SEQ [KEYWORD VALUE]...)

Substitute NEW for all items not satisfying PREDICATE in SEQ.
This is a destructive function; it reuses the storage of SEQ whenever possible.

Keywords supported: :key :count :start :end :from-end