Clojure provides a not-any? function that returns true if the predicate ... ( defn any [ pred coll ] ( ( comp boolean some ) pred coll ) ).
確定! 回上一頁