ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
ModuleDeclaration
dmd
dmodule
extern (
C
++)
struct
ModuleDeclaration {
Loc
loc
;
Identifier
id
;
Identifiers
*
packages
;
bool
isdeprecated
;
Expression
msg
;
this
(Loc loc, Identifiers* packages, Identifier id, Expression msg, bool isdeprecated);
const
(
char
)*
toChars
();
const
(
char
)[]
toString
();
}
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
Source
See Implementation
dmd
dmodule
classes
Module
Package
enums
PKG
functions
getcwd
removeHdrFilesAndFail
semantic3OnDependencies
structs
ModuleDeclaration