What's the current phobos way to define generic data sources and sinks?

Hannes Steffenhagen cubicentertain at gmail.com
Thu Apr 17 01:45:27 PDT 2014


I wanna write a parser that can read the input text from an 
arbitrary source. That's going to be files for most of the time, 
but I don't want to unnecessarily limit it. It's a line based 
format, so I supposed InputRange!string would do in this case?


More information about the Digitalmars-d-learn mailing list