static L startingWithIC_wordBoundary_neq(Iterable l, fS prefix) { ret [S s : unnull(l) | swic_wordBoundary_neq(s, prefix)]; } static L startingWithIC_wordBoundary_neq(S prefix, Iterable l) { ret startingWithIC_wordBoundary_neq(l, prefix); }