dstep ~master (2022-03-25T04:25:58.5928612)
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