dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
makeGetOptArgs
dstep
Configuration
Undocumented in source.
template
makeGetOptArgs (
alias
config
) {
import
std
.
meta
;
;
template
expand
(alias spelling)
;
alias
makeGetOptArgs
=
staticMap
!(
expand
,
__traits
(
allMembers
,
typeof
(
config
)))
;
}
Members
Aliases
makeGetOptArgs
alias
makeGetOptArgs
=
staticMap
!(
expand
,
__traits
(
allMembers
,
typeof
(
config
)))
Undocumented in source.
Templates
expand
template
expand
(alias spelling)
Undocumented in source.
Meta
Source
See Implementation
dstep
Configuration
structs
Configuration
templates
makeGetOptArgs