← Back to context

Comment by gpderetta

10 hours ago

  for(int i : some-container) {
     do-something-with(i);
  }

Where is the mutation?