ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
ModuleDeclaration
dmd
dmodule
extern (
C
++)
struct
ModuleDeclaration {
Loc
loc
;
Identifier
id
;
Identifiers
*
packages
;
bool
isdeprecated
;
Expression
msg
;
const
(
char
)[]
toString
()
;
}
Members
Functions
toString
const
(
char
)[]
toString
()
Provide a human readable representation
Meta
Source
See Implementation
dmd
dmodule
classes
Module
Package
structs
ModuleDeclaration