Hacker News new | ask | show | jobs
by dbaupp 4391 days ago
I don't need ownership inside the loop, so using `.iter` is fine. `.iter` is also allows the inner loop to be free from destructors, meaning it will be tighter and (likely) faster.