A Context contains information about the current location of the
validation inside the initial input value. It also carries mask
since it's a run-time flag determining how the validation was invoked
(via mask() or via validate()), plus it applies recursively
to all of the nested structs.
A
Context
contains information about the current location of the validation inside the initial input value. It also carriesmask
since it's a run-time flag determining how the validation was invoked (viamask()
or viavalidate()
), plus it applies recursively to all of the nested structs.