ByLines

Undocumented in source.
struct ByLines (
R
) if (
isInputRange!R &&
(
isSomeChar!(ElementEncodingType!R) ||
is(ElementType!R : ubyte)
)
) {}

Constructors

this
this(R _r)
Undocumented in source.

Members

Aliases

E
alias E = ElementEncodingType!R
Undocumented in source.

Functions

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

Properties

front
E[] front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
bool empty;
Undocumented in source.
eoln
string eoln;
Undocumented in source.

Meta