cmdline v1.3.4 (2024-09-24T03:22:01Z)
Dub
Repo
ValueArgument.rangeOf
cmdline
argument
ValueArgument
Undocumented in source. Be warned that the author may not have intended to support it.
class
ValueArgument
(T)
static if
(
is(T == int) || is(T == double) || is(T == int[]) || is(T == double[])
)
Self
rangeOf
(
U
)
(
U
min
,
U
max
)
Meta
Source
See Implementation
cmdline
argument
ValueArgument
aliases
Self
constructors
this
functions
_checkVal
_checkValSeq
choices
choicesStr
cliVal
configVal
defaultVal
defaultValStr
initialize
rangeOf
rangeOfStr
typeStr
properties
get
isValid
variables
_max
_min
argChoices
cliArg
configArg
defaultArg
innerData