lispdoc - results for substitute-if-not |
(substitute-if-not new predicate sequence &rest args &key from-end (start 0) (end nil) (count nil) (key nil)) | Function: Return a sequence of the same kind as SEQUENCE with the same elements except that all elements not satisfying the PRED are replaced with NEW.
|
| Mentioned in: HyperSpec - Function SUBSTITUTE, SUBSTITUTE-IF, SUBSTITUTE-IF-NOT, NSUBSTITUTE, NSUBSTITUTE-IF, NSUBSTITUTE-IF-NOT Successful Lisp - chapter13 | |
(nsubstitute-if-not new predicate sequence &rest args &key from-end (start 0) (end nil) (count nil) (key nil)) | Function: 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.
|
| Mentioned in: HyperSpec - Function SUBSTITUTE, SUBSTITUTE-IF, SUBSTITUTE-IF-NOT, NSUBSTITUTE, NSUBSTITUTE-IF, NSUBSTITUTE-IF-NOT | |
-if-not | |
| Mentioned in: PCL - higher order function variants | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |