redux icon indicating copy to clipboard operation
redux copied to clipboard

A Clojure library of reducing function combinators

Results 1 redux issues
Sort by recently updated
recently updated
newest added

Not sure if this is something that's generally useful, but when working with tabular data you often want to somehow summarize all cols in a single pass. This adds `col-wise`...