Type-level equivalent of ternary operator a ? b : c. Seems good for recursion, but a type can't reference itself in the top layer.
a ? b : c
Generated using TypeDoc
Type-level equivalent of ternary operator
a ? b : c
. Seems good for recursion, but a type can't reference itself in the top layer.