static L whereToStringContainsIC(S x, Iterable l) { ret filter(l, a -> cic(str(a), x)); }