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