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