DrainByLineCopyRange

Read the data from a ReadChannel by line.

struct DrainByLineCopyRange (
ProcessT
) {}

Constructors

this
this(ProcessT p)
Undocumented in source.

Members

Functions

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

Meta