Function byLine

A convenience wrapper for delimitedText that uses the newline character '\n' to delimit the segments. Equivalent to delimitedText(c, '\n');

auto byLine(Chain) (
  Chain c
);

Parameters

NameDescription
c The input text iopipe. This must have a window whose elements are valid character types.

Returns

A line delimited iopipe.