-
Notifications
You must be signed in to change notification settings - Fork 139
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
Replace for_each_mut
(internal iteration) with iter_mut
(external iteration) in the AMT
#1996
Comments
can i work on this? |
Absolutely! Take a look at how we currently use it here. |
Hey @PhantomOz! Are you still interested in working on this, or should I unassign you? |
Unassigning since I have not hear back yet. |
I apologize didn't notice that i was assigned till now, Please reassign so that I can work on it @rjan90 |
No worries! Reassigned to you now 👍 |
Hey @PhantomOz! Do you need some additional guidance on this issue ticket? How is the progress on going on this? |
@rjan90 Yes I do |
The iterator will have to yield a smart pointer that:
ptr.delete()
method). This method should consume the smart pointer (possibly returning the inner value).This will get rid of the last "internal" iteration feature.
The text was updated successfully, but these errors were encountered: