Remix.run Logo
gpderetta 4 days ago

We are discussing mutation in the loop itself, but sure:

  for(int x: container) {
      yield frob(x);
  }