

234·
11 days agoFree software supporter, proud Linux user 🐧, communist, supporter of 🇵🇸, 🇺🇦 and Mario’s brother, gay femboy 🏳️🌈 and evangelist of the glorious Rust programming language 🦀.
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()
.