describe-d ~master (2020-04-14T17:28:31Z)
Dub
Repo
Module
introspection
module_
Stores information about modules
struct
Module {
string
name
;
string
fullyQualifiedName
;
Callable
[]
functions
;
Aggregate
[]
aggregates
;
Template
[]
templates
;
Property
[]
globals
;
ManifestConstant
[]
manifestConstants
;
UnitTest
[]
unitTests
;
Location
location
;
}
Members
Variables
aggregates
Aggregate
[]
aggregates
;
fullyQualifiedName
string
fullyQualifiedName
;
functions
Callable
[]
functions
;
globals
Property
[]
globals
;
location
Location
location
;
manifestConstants
ManifestConstant
[]
manifestConstants
;
name
string
name
;
The constant name
templates
Template
[]
templates
;
unitTests
UnitTest
[]
unitTests
;
Meta
Source
See Implementation
introspection
module_
functions
describeModule
structs
Module
Stores information about modules