LineMetadata

Metadata about a line in a file.

Constructors

this
this(FileId fid, uint line)
Undocumented in source.
this
this(FileId fid, uint line, LineAttr attr)
Undocumented in source.

Members

Functions

isNoMut
bool isNoMut()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(NoMut a)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attr
LineAttr attr;
Undocumented in source.
id
FileId id;
Undocumented in source.
line
uint line;
Undocumented in source.

Meta