TextInput

Input is buffered.

class TextInput : Lines {}

Constructors

this
this(InputStream input)

Inherited Members

From Lines

readln
bool readln(cstring content)

Read a line of text, and return false when there's no further content available.

scan
size_t scan(const(void)[] data)

Scanner implementation for this iterator. Find a '\n', and eat any immediately preceeding '\r'.

Meta