InputSource.header

header returns the header line from the input file.

An empty string is returned if InputSource range was created with readHeader=false.

class InputSource
const pure nothrow @safe
string
header
(
KeepTerminator keepTerminator = No.keepTerminator
)

Meta