Clojure - sort function ... (defn sort/predicate [pred loi] (if (empty? loi) () (if (= (count loi) 1) (cons (first loi) (sort pred (rest ...
確定! 回上一頁