mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-01 05:55:29 +00:00
Implement `Iterator::last` for `vec::IntoIter` Avoid iterating everything when we have random access to the last element.
Implement `Iterator::last` for `vec::IntoIter` Avoid iterating everything when we have random access to the last element.