(defn reduce1 ([f coll] ;; f is a reducing function (let [[x y & xs] coll] ;; called with the accumulated value so far "x" ;; and cur value ...
確定! 回上一頁