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 Either::cloned and Either::copied #107

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

ColonelThirtyTwo
Copy link
Contributor

Similar to Option::cloned and Option::copied, these methods will clone or copy the contents of an Either containing references on both sides.

Similar to Option::cloned and Option::copied, these methods will clone or copy
the contents of an Either containing references on both sides.
src/lib.rs Outdated Show resolved Hide resolved
Co-authored-by: Josh Stone <cuviper@gmail.com>
@cuviper
Copy link
Member

cuviper commented Jun 25, 2024

Thanks!

@cuviper cuviper added this pull request to the merge queue Jun 25, 2024
Merged via the queue into rayon-rs:main with commit cd0aab9 Jun 25, 2024
10 checks passed
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.

None yet

2 participants