FileAndLines

A line-by-line representation of a dmd.root.file.File.

class FileAndLines {
FileName* file;
FileBuffer* buffer;
const(char[])[] lines;
}

Constructors

this
this(const(char)[] filename)

File to read and split into its lines.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Suggestion Box / Bug Report