static bool checkFields(O x, O... data) { for (int i = 0; i < l(data); i += 2) if (neq(getOpt(x, (S) data[i]), data[i+1])) ret false; ret true; }