This is a tracking issue for `core::array::IntoIter`. Implemented in https://github.com/rust-lang/rust/pull/62959. Blocked by: - [x] Const generics (https://github.com/rust-lang/rust/issues/44580) Unresolved questions: - [ ] Can/should we add an `IntoIterator` impl for arrays? (see #65819 to discuss) - [ ] Do we want to add a method like `owned_iter` to arrays (returning `array:IntoIter`) ?
This is a tracking issue for
core::array::IntoIter. Implemented in #62959.Blocked by:
Unresolved questions:
IntoIteratorimpl for arrays? (see AddIntoIteratorimpl for arrays by value (for [T; N]) #65819 to discuss)owned_iterto arrays (returningarray:IntoIter) ?