(reductions [f coll] [f init coll])Returns a lazy seq of the intermediate values of the reduction (as
per reduce) of coll by f, starting with init.
Examples
No examples yet. Be the first to add one!
(reductions [f coll] [f init coll])No examples yet. Be the first to add one!