ModuleDeclaration

Constructors

this
this(Loc loc, Identifiers* packages, Identifier id, Expression msg, bool isdeprecated)
Undocumented in source.

Members

Functions

toChars
const(char)* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
const(char)[] toString()

Provide a human readable representation

Variables

id
Identifier id;
Undocumented in source.
isdeprecated
bool isdeprecated;
Undocumented in source.
loc
Loc loc;
Undocumented in source.
msg
Expression msg;
Undocumented in source.
packages
Identifiers* packages;
Undocumented in source.

Meta