Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 226 Bytes

not-everyQMARK.md

File metadata and controls

15 lines (11 loc) · 226 Bytes
name see also
cljs.core/not-every?
cljs.core/every?
cljs.core/not-any?
cljs.core/some

Summary

Details

Returns false if (pred x) is logical true for every x in coll, else true.

Examples