static bool swicWithOneOf(S s, S... l) { for (S x : l) if (swic(s, x)) true; false; }