byLineCopy

Like byLine, but duplicates each line. Obviously, this is less efficient than using byLine.

@property
byLineCopy
(
T = char
Stream
)
(
Stream stream
)
if (
isSource!Stream
)

Meta