mirror v0.3.2 (2022-08-29T16:37:28Z)
Dub
Repo
Module
mirror
ctfe
reflection
A D module.
struct
Module {
string
identifier
;
Aggregate
[]
aggregates
;
Aggregate
[]
allAggregates
;
Variable
[]
variables
;
Function
[]
functionsByOverload
;
OverloadSet
[]
functionsBySymbol
;
}
Members
Variables
aggregates
Aggregate
[]
aggregates
;
Undocumented in source.
allAggregates
Aggregate
[]
allAggregates
;
includes all function return types
functionsByOverload
Function
[]
functionsByOverload
;
Undocumented in source.
functionsBySymbol
OverloadSet
[]
functionsBySymbol
;
Undocumented in source.
identifier
string
identifier
;
Undocumented in source.
variables
Variable
[]
variables
;
Undocumented in source.
Meta
Source
See Implementation
mirror
ctfe
reflection
functions
module_
pointer
type
structs
Aggregate
Function
Module
OverloadSet
Parameter
Type
Variable
A D module.