Announcing Rust 1.80.0
Announcing Rust 1.80.0
blog.rust-lang.org Announcing Rust 1.80.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
You're viewing a single thread.
All Comments
6 comments
It's really nice how you can now iterate over a boxed slice using
for x in &y
rather than being forced to usefor x in y.iter()
.1 0 Reply
6 comments
Scroll to top