static L tlft(S s) { ret toLinesFullTrim(s) } static L tlft(File f) { ret toLinesFullTrim(f); }