NEXTY: for (var v of y) {
    var v1 = fm(v, ++j, y);
    for (var u1 of x1)
      if (fc(u1, v1)===0) continue NEXTY;
    yield v;