Accessors, byLine, input ranges

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Fri Jan 29 09:21:18 PST 2010


Michel Fortin wrote:
> Yeah, it's less likely to be a problem. But "less likely to be a 
> problem" does still does not make things reliable. Something reliable 
> works all the time, or it just doesn't work and tells you.

stream.front after stream.popFront works all the time and fetches a new 
line off the stream. Like Steve said, you can't at the same time fetch a 
line and leave it back in the stream.

Andrei



More information about the Digitalmars-d mailing list