ByLines.front

Undocumented in source. Be warned that the author may not have intended to support it.
struct ByLines(R)
@property
E[]
front
()
if (
isInputRange!R &&
(
isSomeChar!(ElementEncodingType!R) ||
is(ElementType!R : ubyte)
)
)

Meta