cmdline v1.3.4 (2024-09-24T03:22:01Z)
Dub
Repo
OptVal.isValid
cmdline
ext
OptVal
test whether the inner value is ready.
struct
OptVal
(T, string shortAndVal, bool isMandatory = false)
const
bool
isValid
(
)
Return Value
Type:
bool
true
if ready, otherwise not ready.
Meta
Source
See Implementation
cmdline
ext
OptVal
aliases
InnerType
functions
get
isValid
opAssign
manifest constants
MANDATORY
OPTIONAL
OPTVAL_FLAG_
SHORT_FLAG_AND_VAL_STR
VARIADIC
variables
_inner
test whether the inner value is ready.