cl:notany   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

(define (cl:notany pred . ls) (not (apply cl:some pred ls)))
;@


Back to Index