ae v0.0.1988 (2017-07-15T23:47:40Z)
Home
Dub
Repo
Parameter
ae
utils
funopt
An ordered parameter.
template
Parameter (
T
string
description
= null
string
name
= null
) {
alias
Parameter
=
OptionImpl
!(
OptionType
.
parameter
,
T
,
description
,
0
,
null
,
name
)
;
}
Members
Aliases
Parameter
alias
Parameter
=
OptionImpl
!(
OptionType
.
parameter
,
T
,
description
,
0
,
null
,
name
)
Undocumented in source.
Meta
Source
See Implementation
ae
utils
funopt
functions
defaultUsageFun
funopt
funoptDispatch
getUsage
getUsageFormatString
optionWrap
manifest constants
hiddenOption
structs
FunOptConfig
OptionImpl
templates
Option
Parameter
Switch
An ordered parameter.