Box<[T]> should have an IntoIter implementation. · Issue #59878 · rust-lang/rust (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@emilio

Description

@emilio

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

Issue actions