JuliaData / SplitApplyCombine.jl

Split-apply-combine strategies for Julia
Other
144 stars 15 forks source link

Make product(f, xs...) variadic #58

Open jariji opened 1 year ago

jariji commented 1 year ago

Currently product(f, a, b) only takes two data arguments. It would be convenient if it took more.