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

Mason McGill mmcgill at caltech.edu
Mon Mar 17 01:20:11 PDT 2014


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



More information about the Digitalmars-d mailing list