Box<[T]> should have an IntoIter implementation. · Issue #59878 · rust-lang/rust (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Right now the only way to move out of a Box<[T]>
is using into_vec
, which is a bit inconvenient. Is there any reason Box<[T]>
shouldn't implement IntoIter
?
Metadata
Metadata
Labels
Projects
Development
No branches or pull requests