T.null
An absence primitive: always exactly null, 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 null or something else, use T.nullable.
An absence primitive: always exactly null, 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 null or something else, use T.nullable.