dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
expand.expand
dstep
Configuration
makeGetOptArgs
expand
Undocumented in source.
alias
expand
=
AliasSeq
!(
__traits
(
getAttributes
,
__traits
(
getMember
,
config
,
spelling
))[
0
],
formatHelp
!
spelling
(
__traits
(
getAttributes
,
__traits
(
getMember
,
config
,
spelling
))[
1
]),
ptr
)
template
expand
(alias spelling)
static if
(
__traits(compiles, &__traits(getMember, config, spelling)) && __traits(getAttributes, member).length == 2
)
alias
expand
=
AliasSeq
!(__traits(
getAttributes
, __traits(
getMember
,
config
,
spelling
))[0],
formatHelp
!
spelling
(__traits(
getAttributes
, __traits(
getMember
,
config
,
spelling
))[1]),
ptr
)
alias
expand
=
AliasSeq
!()
Meta
Source
See Implementation
dstep
Configuration
makeGetOptArgs
expand
aliases
expand
member
functions
formatHelp
ptr