rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 258 forks source link

implement `IntoIterator` for `Vec` #337

Closed BillXWB closed 2 years ago

BillXWB commented 2 years ago

It may be better to implement IntoIterator for Vec.