ae v0.0.3053 (2021-06-01T17:26:23Z)
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.