Function: COMMON-LISP:SUBSTITUTE-IF¶
Return a sequence of the same kind as SEQUENCE with the same elements except that all elements satisfying the PRED are replaced with NEW.
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)