f.copyLines // A bit less awkward than "f.byLinesCopy" IMO.
On Monday, 17 March 2014 at 07:13:49 UTC, safety0ff wrote:
Just brainstorming: f.splitByLine() or f.splitLines() byLine -> process the file line by line splitByLine -> split the file into lines
