The type of the output (the transformed input).
An input validator. A function which checks whether an input is valid and transforms that input.
Returns a tuple containing whether the input is valid and the transformed input. Note that if the input is not valid, then the transformed input will be a bogus value.
Generated using TypeDoc
The type of the input.