Function: COMMON-LISP:NSUBSTITUTE-IF-NOT

package type clhs github

Return a sequence of the same kind as SEQUENCE with the same elements except that all elements not satisfying PREDICATE are replaced with NEW. SEQUENCE may be destructively modified.

Lambda list

(sb-impl::new sb-impl::predicate sequence &rest sb-impl::args &key sb-impl::from-end
 sb-impl::start sb-impl::end count sb-impl::key)