ByLineSource.byLine

byLine returns the bufferedByLine object held by the ByLineSource instance.

The File underlying the BufferedByLine object is open for reading as long as the ByLineSource instance is the front element of the ByLineSourceRange it came from.

class ByLineSource(KeepTerminator keepTerminator, Char = char, ubyte terminator = '\n')
nothrow @safe
byLine
()
if (
is(Char == char) ||
is(Char == ubyte)
)

Meta