ByLineSource.isStdin

isStdin returns true if the underlying input source is Standard Input, false otherwise.

class ByLineSource(KeepTerminator keepTerminator, Char = char, ubyte terminator = '\n')
const pure nothrow @safe
bool
isStdin
()
if (
is(Char == char) ||
is(Char == ubyte)
)

Meta