Comment by gpderetta
1 day ago
We are discussing mutation in the loop itself, but sure:
for(int x: container) {
yield frob(x);
}
1 day 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 ↗