static int smartIndexOfOneOf(L l, int i, A... x) { ret smartIndexOfAny(l, i, x); } static int smartIndexOfOneOf(L l, A... x) { ret smartIndexOfAny(l, x); }