static L indicesOfAnyIC(L l, S... bla) { new L x; for (int i = 0; i < l(l); i++) if (eqicOneOf(l.get(i), bla)) x.add(i); ret x; }