static bool cicOneOf(S s, S... l) { for (S x : l) if (cic(s, x)) ret true; ret false; }