Hacker News new | ask | show | jobs
by dhosek 699 days ago
It has definitely pushed me to prefer foreach style loops in my coding which, I think, makes the code in general better (and, when writing in rust, faster as the generated code is able to eschew bounds checks).