static L startingWithNL(Collection l, fS prefix) { ret [S s : unnull(l) | matchStart(prefix, s)]; } static L startingWithNL(S prefix, Collection l) { ret startingWithNL(l, prefix); }