Skip to content

Tracking Issue for slice::array_chunks #74985

Open
@lcnr

Description

@lcnr
Contributor

The feature gate for the issue is #![feature(array_chunks)].

Also tracks as_(r)chunks(_mut) in #![feature(slice_as_chunks)] -- these were FCPed starting at #74985 (comment) below.

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also uses as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Steps

Unresolved Questions

Implementation history

Activity

added
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
A-const-genericsArea: const generics (parameters and arguments)
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
on Jul 31, 2020
added
Libs-TrackedLibs issues that are tracked on the team's project board.
on Aug 6, 2020
added a commit that references this issue on Sep 12, 2020

Auto merge of rust-lang#75021 - cuviper:array_chunks_mut, r=scottmcm

added a commit that references this issue on Sep 16, 2020

Rollup merge of rust-lang#75026 - JulianKnodt:array_windows, r=Amanieu

23a6777
added a commit that references this issue on Oct 26, 2020

Rollup merge of rust-lang#76635 - scottmcm:slice-as-chunks, r=LukasKa…

13e88d6
joshlf

joshlf commented on Feb 10, 2021

@joshlf
Contributor

Is there any intention of providing the reverse versions of these functions?

185 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-arrayArea: `[T; N]`A-const-genericsArea: const generics (parameters and arguments)A-sliceArea: `[T]`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCF-generic_const_exprs`#![feature(generic_const_exprs)]`Libs-TrackedLibs issues that are tracked on the team's project board.P-lowLow priorityT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mina86@cuviper@shepmaster@Amanieu@newpavlov

        Issue actions

          Tracking Issue for slice::array_chunks · Issue #74985 · rust-lang/rust