Literal
Literal types tell exacting
to check for value equality instead of types.
There can be multiple Literal
items.
Literal types perform exactly as intended in exacting
.
Validator
The LiteralV
("Literal" validator) checks the equailty of the target values (the "OK" ones) and the provided value.
This validator loops through self.values
and returns immediately once a match is found.