ae v0.0.2728 (2020-08-02T06:18:06Z)
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
funoptDispatchUsage
getUsage
getUsageFormatString
optionWrap
manifest constants
hiddenOption
structs
FunOptConfig
OptionImpl
templates
Option
Parameter
Switch
An ordered parameter.