OptVal.isValid

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