Skip to content
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

Collect & unzip implementation #17

Merged
merged 33 commits into from
Mar 28, 2021
Merged

Collect & unzip implementation #17

merged 33 commits into from
Mar 28, 2021

Conversation

tmaxmax
Copy link
Owner

@tmaxmax tmaxmax commented Mar 28, 2021

Contribution to #6

Implement fold function
The functions implement are fold1 (fold_first), count, forEach (for_each), and last.
Other changes are renamed tests and test for fold on empty iterable.
Implement functions based on fold and add type alias Option<T> for T | null
Implement try_fold and derivates
Implement comparison functions
Implement all and any, and make documentation example runnable
Implement min, max, and derived methods
@tmaxmax tmaxmax merged commit b556ad2 into master Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant