ModuleDeclaration

extern (C++)
struct ModuleDeclaration {
Loc loc;
Identifier id;
Identifier[] packages;
bool isdeprecated;
Expression msg;
}

Members

Functions

toString
const(char)[] toString()

Provide a human readable representation

Suggestion Box / Bug Report