This type processes assertion parts recursively to produce parsed values,
handling the case where no assertion parts are present (resulting in an empty
tuple). It uses NoNeverTuple to filter out never types that may arise
during the recursive processing.
Utility type for parsed values that may be empty.
This type processes assertion parts recursively to produce parsed values, handling the case where no assertion parts are present (resulting in an empty tuple). It uses
NoNeverTuple
to filter outnever
types that may arise during the recursive processing.