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 an Itertools::update equivalent #487

Closed
cuviper opened this issue Dec 5, 2017 · 0 comments · Fixed by #488
Closed

Add an Itertools::update equivalent #487

cuviper opened this issue Dec 5, 2017 · 0 comments · Fixed by #488

Comments

@cuviper
Copy link
Member

cuviper commented Dec 5, 2017

https://docs.rs/itertools/0.7.4/itertools/trait.Itertools.html#method.update

It's basically an in-place map, or a mutable version of inspect.

bors bot added a commit that referenced this issue Dec 8, 2017
488: Add Update adaptor and `update()` method r=cuviper a=Enet4

This resolves #487. The sequential version created by the producer is based on the `itertools` implementation. Tests are included, but let me know if you'd like better coverage.
@bors bors bot closed this as completed in #488 Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant