static bool allEndWithIC(L l, S s) { for (S x : unnull(l)) if (!endsWithIC(x, s)) false; true; }