T.undefined
An absence primitive: always exactly undefined, with nothing to roll.
Useful as one branch of a T.choice, or as the terminal value of a field you want to disable entirely. For a value that might be undefined or something else, use T.undefinable. For a field that might be missing from the object entirely, use T.omittable.
