ddc ~master (2022-05-11T07:34:37.0755476)
Dub
Repo
ModuleDeclaration
dmd
dmodule
extern (
C
++)
struct
ModuleDeclaration {
Loc
loc
;
Identifier
id
;
Identifier
[]
packages
;
bool
isdeprecated
;
Expression
msg
;
this
(Loc loc, Identifier[] packages, Identifier id, Expression msg, bool isdeprecated);
const
(
char
)*
toChars
();
const
(
char
)[]
toString
();
}
Constructors
this
this
(Loc loc, Identifier[] 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
Identifier
[]
packages
;
Undocumented in source.
Meta
Source
See Implementation
dmd
dmodule
classes
Module
Package
enums
PKG
functions
getcwd
removeHdrFilesAndFail
semantic3OnDependencies
structs
ModuleDeclaration