Returns false if (pred x) is logical true for every x in
coll, else true.
(def
^{:tag Boolean
:doc "Returns false if (pred x) is logical true for every x in
coll, else true."
:arglists '([pred coll])
:added "1.0"}
not-every? (comp not every?))
Comments top
No comments for not-every?. Log in to add a comment.