-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce functions #19
Comments
do you mean a separate generic function which doesn't belong to any data structure? or a function for the dynamic array data structure only? |
@srdja I can work on it as my first contribution to this project but it will take some time until I get familiar with the guidelines and code. |
@ahmedabt That would be awesome! |
Is this issue still up? I'd like to contribute with this |
Hey @qequ, the issue is still up, and of course, you're welcome to contribute :) |
It might be convinient for collections to have a fold/reduce function so that you may do something like this:
The text was updated successfully, but these errors were encountered: