diggler ~master (2022-05-11T11:19:58.4253796)
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