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