▲ | mrkeen 5 days ago | |
It's implied by void-returning do-something-with(...). Otherwise you're just burning cycles and a good compiler should dead-code eliminate the whole loop. | ||
▲ | gpderetta 4 days ago | parent [-] | |
We are discussing mutation in the loop itself, but sure:
|