Good name for f.byLine.map!(x => x.idup)?

safety0ff safety0ff.dev at gmail.com
Mon Mar 17 00:13:48 PDT 2014


Just brainstorming:

f.splitByLine() or f.splitLines()

byLine -> process the file line by line
splitByLine -> split the file into lines


More information about the Digitalmars-d mailing list