Skip to content

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