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