VFile.byLine

Return an input range to read the data stream by line.

struct VFile
byLine
(
Term = char
Char = char
)
(
Flag!"keepTerm" keepTerm = No.keepTerm
,
Term term = '\x0a'
)

Meta