readLine
- ubyte[] readLine(InputStream stream, size_t max_bytes, string linesep, IAllocator alloc)
- void readLine(InputStream stream, OutputStream dst, size_t max_bytes, string linesep)
- void readLine(InputStream stream, R dst, size_t max_bytes, string linesep)
void
readLine
if (
isOutputRange!(R, ubyte)
)
Reads and returns a single line from the stream.