On Tue, Jan 13, 2009 at 7:46 AM, Mark Volkmann <[email protected]> wrote: > > On Tue, Jan 13, 2009 at 3:03 AM, GS <[email protected]> wrote: > >> or none? > > Hmm ... I'm not sure if an equivalent for that exists.
user=> (doc not-any?) ------------------------- clojure.core/not-any? ([pred coll]) Returns false if (pred x) is logical true for any x in coll, else true. nil --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
