diggler v0.2.1 (2015-12-13T07:02:29Z)
Home
Dub
Repo
FillableParameterTypeTuple
diggler
util
Undocumented in source.
template
FillableParameterTypeTuple (
T
) {
import
std
.
typetuple
:
staticMap
;
;
import
std
.
traits
:
ParameterTypeTuple
;
;
alias
FillableParameterTypeTuple
=
staticMap
!(
StripHeadQual
,
ParameterTypeTuple
!
T
)
;
}
Members
Aliases
FillableParameterTypeTuple
alias
FillableParameterTypeTuple
=
staticMap
!(
StripHeadQual
,
ParameterTypeTuple
!
T
)
Undocumented in source.
Meta
Source
See Implementation
diggler
util
functions
pluralize
templates
FillableParameterTypeTuple
StripHeadQual
getAttribute
hasAttribute