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

WIP: Implements owning_iter method #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tailhook
Copy link

This method might be used to iterate over the owned value producing new
OwningRef'erences. I don't see any other way to produce multiple OwningRefs by iterating over something (except calling map for every element of a sequence, which works fine for slices but not for mappings or other more complex iterators).

Current pull request lacks docstring. But more important thing is whether it's memory safe. I'm not sure I'm doing everything 100% right.

Thoughts?

This method might be used to iterate over the owned value producing new
OwningRef'erences.
@sollyucko
Copy link

Any updates? This would be useful for creating an Iterator from Arc/Rc<[_]/Vec<_>>.

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.

2 participants