-
Notifications
You must be signed in to change notification settings - Fork 140
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
Implement external iteration for the AMT #1861
Labels
good first issue
Good for newcomers
Kind: Improvement
An improvement of something that exists.
P3
P3: Might get resolved
Comments
Stebalien
added
Kind: Improvement
An improvement of something that exists.
good first issue
Good for newcomers
P3
P3: Might get resolved
labels
Aug 30, 2023
Stebalien
pushed a commit
that referenced
this issue
Nov 29, 2023
Implement a Rust Iterator for the AMT and re-implement the for_each implementation in terms of this new iterator. Also improve documentation. Closes issue #1861.
The remaining part here is to implement |
Stebalien
added a commit
that referenced
this issue
Jan 22, 2024
Ok, we also need |
Stebalien
added a commit
that referenced
this issue
Jan 25, 2024
part of #1861 Co-authored-by: Rod Vagg <[email protected]>
Replaced with #1996. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
Kind: Improvement
An improvement of something that exists.
P3
P3: Might get resolved
I.e., implement a rust
Iterator
for the AMT and re-implement thefor_each
implementation in terms of this new iterator.See #286.
The text was updated successfully, but these errors were encountered: