Dmitry Olshansky:

f.lines?

There is already a lines in std.stdio (but I don't use it much), search for:

foreach (string line; lines(stdin))

Here:
http://dlang.org/phobos/std_stdio.html

Bye,
bearophile

Reply via email to