Comment by gpderetta
2 days ago
We are discussing mutation in the loop itself, but sure:
for(int x: container) {
yield frob(x);
}
2 days ago
We are discussing mutation in the loop itself, but sure:
for(int x: container) {
yield frob(x);
}
No comments yet
Contribute on Hacker News ↗