-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[stdlib] Consistently use Indexer
in LinkedList
#3990
Conversation
d5b19f3
to
f4ef563
Compare
37fea90
to
34ca2b4
Compare
34ca2b4
to
3aafdb7
Compare
Signed-off-by: Brian Grenier <grenierb96@gmail.com>
Co-authored-by: soraros <soraros@users.noreply.github.com> Signed-off-by: bgreni <42788181+bgreni@users.noreply.github.com>
3aafdb7
to
bdf8e80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thanks
!sync |
Indexer
in LinkedList`Indexer
in LinkedList
!sync |
✅🟣 This contribution has been merged 🟣✅ Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the main branch during the next Mojo nightly release, typically within the next 24-48 hours. We use Copybara to merge external contributions, click here to learn more. |
Landed in ddddf01! Thank you for your contribution 🎉 |
[External] [stdlib] Consistently use `Indexer` in `LinkedList` Use `Indexer` in all appropriate locations in `LinkedList` for consistency. Co-authored-by: bgreni <42788181+bgreni@users.noreply.github.com> Closes #3990 MODULAR_ORIG_COMMIT_REV_ID: 414230e1163eab1e961bece26ab395bef8b3904c
Use
Indexer
in all appropriate locations inLinkedList
for consistency.