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

Add map_either and map_either_with methods #82

Merged
merged 4 commits into from
Jul 22, 2023

Conversation

nasadorian
Copy link
Contributor

This PR adds the map_either and map_either_with variants to the library. Closes #81

src/lib.rs Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
@cuviper cuviper merged commit 7a60ae8 into rayon-rs:master Jul 22, 2023
9 checks passed
@cuviper
Copy link
Member

cuviper commented Jul 22, 2023

This is now published as 1.9.0!

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.

Implement bimap which combines left_map and right_map
2 participants