▲ | nextaccountic 2 days ago | ||||||||||||||||
> I have not used: iterators, Here's a counterpoint: every time you write a for loop in Rust, you are using iterators. | |||||||||||||||||
▲ | mvx64 2 days ago | parent [-] | ||||||||||||||||
You mean implicitly? I am aware that idiomatic Rust strongly prefers iterators over indices for performance, but in my case, the only place where it really matters is when counting pixels to draw, and there is no kind of collection there, just x,y numbers. | |||||||||||||||||
|