-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for Iterator::next_chunk #98326
Copy link
Copy link
Open
Labels
A-autovectorizationArea: Autovectorization, which can impact perf or code sizeArea: Autovectorization, which can impact perf or code sizeC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-autovectorizationArea: Autovectorization, which can impact perf or code sizeArea: Autovectorization, which can impact perf or code sizeC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(iter_next_chunk)]This is a tracking issue for the
.next_chunk()method on iterators which allows you to advance the iteratorNelements and return an array[T; N]Public API
Steps / History
Iterator::next_chunk#93700slice_iter.copied().next_chunk()#103166Unresolved Questions
next_array()ornext_array_chunk().next_chunk_backtoDoubleEndedIterator?N = 0?