Rusty 🦀 Femboy 🏳️🌈@lemmy.blahaj.zonetoRust@programming.dev•Announcing Rust 1.80.0English
1·
3 months agoIt’s really nice how you can now iterate over a boxed slice using for x in &y
rather than being forced to use for x in y.iter()
.
It’s really nice how you can now iterate over a boxed slice using for x in &y
rather than being forced to use for x in y.iter()
.
It wasn’t even a localhost address, it was a file:// URL if I remember correctly.