openmethods v1.3.0 (2020-04-18T08:13:13Z)
Dub
Repo
ModuleAggregateCommonCode
bolts
reflection
metaaggregate
Undocumented in source.
static
mixin template
ModuleAggregateCommonCode () {
import
std
.
meta
:
staticMap
,
AliasSeq
;
;
import
std
.
meta
:
staticMap
,
AliasSeq
;
;
import
bolts
.
reflection
.
metafunction
;
;
alias
functions
=
staticMap
!(
collectMembers
,
__traits
(
allMembers
,
origin
))
;
}
Members
Aliases
functions
alias
functions
=
staticMap
!(
collectMembers
,
__traits
(
allMembers
,
origin
))
Undocumented in source.
Meta
Source
See Implementation
bolts
reflection
metaaggregate
mixin templates
ModuleAggregateCommonCode
templates
Aggregate