Source code @ clojurescript:src/main/cljs/cljs/core.cljs. (defn every-pred ([p] (fn ep1 ([] true) ([x] (boolean (p x))) ([x y] (boolean (and (p x) (p y)))) ...
確定! 回上一頁