Scanner.scanToNextBreakToSlice

void scanToNextBreakToSlice(ref char[] slice) @safe

Scan all characters until next line break.

Assumes that the caller is building a slice in Reader, and puts the scanned characters into that slice.