static bool neqAny(O... l) { for (int i = 0; i < l(l); i += 2) if (neq(l[i], l[i+1])) true; false; }