static LS shortenAll(int max, Collection l) { ret map(l, s -> shorten(s, max)); } static LS shortenAll(Collection l) { ret map(l, s -> shorten(s)); }