FileInputRange

implements a custom range that loops over the lines of files

Constructors

this
this(string[] args)

constructor

this
this()

disable default constructor

Members

Functions

front
string front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()

consume the first element

Variables

empty
bool empty;

in the range Interface this signal the end of data

Meta