Skip to main content

reduce

function

clojure.core.reducers/reduce

Available in:CLJCLJS
(reduce [f coll] [f init coll])
Like core/reduce except: When init is not provided, (f) is used. Maps are reduced with reduce-kv

No examples yet. Be the first to add one!