ArgVal.isValid

test whether the inner value is ready.

struct ArgVal(T, bool isOptional = false)
const
bool
isValid
()

Return Value

Type: bool

true if ready, otherwise not ready.

Meta