Skip to content

Tracking Issue for #![feature(const_slice_first_last)] #83570

Closed
@a1phyr

Description

@a1phyr

This is a tracking issue for #![feature(const_slice_first_last)].

New const functions are:

  • slice::first
  • slice::split_first
  • slice::last
  • slice::split_last

Blocking on #![feature(const_mut_refs)]:

  • slice::first_mut
  • slice::split_first_mut
  • slice::last_mut
  • slice::split_last_mut

Steps

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: 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.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

    Issue actions