The type of three variants:
This
That
Both
This can be useful to represent combinations of two values.
Generated using TypeDoc
The type of three variants:
This
: there is only the left value.That
: there is only the right value.Both
: there are both of the left and right values.This can be useful to represent combinations of two values.