autowrap v0.5.0 (2019-12-05T10:53:55Z)
Dub
Repo
AllAggregates
autowrap
reflection
Undocumented in source.
template
AllAggregates
(Modules modules)
template
AllAggregates
(ModuleNames...)
template
AllAggregates (
ModuleNames
...
)
if
(
allSatisfy
!(
isString
,
ModuleNames
)
) {
import
std
.
meta
:
staticMap
;
;
eponymoustemplate
module_
(string name)
;
enum
Modules
;
alias
AllAggregates
=
AllAggregates
!(
staticMap
!(
module_
,
ModuleNames
))
;
}
template
AllAggregates
(Modules...)
Members
Aliases
AllAggregates
alias
AllAggregates
=
AllAggregates
!(
staticMap
!(
module_
,
ModuleNames
))
Undocumented in source.
Enums
module_
eponymoustemplate
module_
(string name)
Undocumented in source.
Manifest constants
Modules
enum
Modules
;
Undocumented in source.
Meta
Source
See Implementation
autowrap
reflection
templates
AllAggregates
AllFunctions
Functions
PrimordialType
isExportFunction
isUserAggregate