← Back to context

Comment by gpderetta

6 months ago

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

Where is the mutation?