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