-
-
Notifications
You must be signed in to change notification settings - Fork 499
Add reduce() and group() builtins #162
Copy link
Copy link
Closed
Labels
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
It would be good to complete this set of operations.
I think group would be:
But I'm not sure the closure syntax can support reduce op due to the need for the closure to take two args, something like