-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmojoIssues that are related to mojoIssues that are related to mojomojo-repoTag all issues with this labelTag all issues with this labelmojo-stdlibTag for issues related to standard libraryTag for issues related to standard library
Description
Review Mojo's priorities
- I have read the roadmap and priorities and I believe this request falls within the priorities.
What is your request?
Currently, List
type contains multiple implementation for "normalized index calculation". Refactor this into a private function and re-use it everywhere in this struct. Idea for this issue: #2148 (comment).
This can be observed by searching normalized_idx
in stdlib/src/collections/list.mojo
What is your motivation for this change?
Consistency in List
struct for "normalized index calculation".
Any other details?
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmojoIssues that are related to mojoIssues that are related to mojomojo-repoTag all issues with this labelTag all issues with this labelmojo-stdlibTag for issues related to standard libraryTag for issues related to standard library