Minor std.stdio.File.ByLine rant

bearophile bearophileHUGS at lycos.com
Wed Feb 26 15:59:07 PST 2014


H. S. Teoh:

> I'm writing a CLI program that uses File.ByLine to read input 
> commands,

Isn't using readln() better for that? File.byLine is to read 
lines of files on disk.

Bye,
bearophile


More information about the Digitalmars-d mailing list