Closed
Description
This is a tracking issue for core::array::IntoIter
. Implemented in #62959.
Blocked by:
- Const generics (Tracking issue for const generics (RFC 2000) #44580)
Unresolved questions:
- Can/should we add an
IntoIterator
impl for arrays? (see AddIntoIterator
impl for arrays by value (for [T; N]
) #65819 to discuss) - Do we want to add a method like
owned_iter
to arrays (returningarray:IntoIter
) ?
Metadata
Metadata
Assignees
Labels
Area: IteratorsArea: `[T]`Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.