(reduce [f coll] [f init coll])Like core/reduce except:
When init is not provided, (f) is used.
Maps are reduced with reduce-kv
Examples
No examples yet. Be the first to add one!
(reduce [f coll] [f init coll])No examples yet. Be the first to add one!