not-any? is succinct and meaningful.
Examples:
; bad (not (some even? coll))
; good (not-any? even? coll)
not-any? is succinct and meaningful. Examples: ; bad (not (some even? coll)) ; good (not-any? even? coll)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close