Returns a range that reads from the pipeline one line at a time.
Allowed input element types are built-in character and integer types. The stream is interpreted
as UTF-8, UTF-16 or UTF-32 according to the input element size.
Range elements are arrays of respective built-in character types.
Each front is valid only until popFront is called. If retention is needed,
a copy must be made using e.g. idup or to!string.
Returns a range that reads from the pipeline one line at a time.
Allowed input element types are built-in character and integer types. The stream is interpreted as UTF-8, UTF-16 or UTF-32 according to the input element size. Range elements are arrays of respective built-in character types.
Each front is valid only until popFront is called. If retention is needed, a copy must be made using e.g. idup or to!string.