static LS listMinusElementIC(S a, Iterable l) { ret filter(l, x -> neqic(x, a)); }