static LS longerThan(Iterable l, int x) { ret filter(l, s -> l(s) > x); }