DrainRange

A range that drains a process stdout/stderr until it terminates.

There may be DrainElement that are empty.

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
DrainElement 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