Extracting Union Variants from Schema
Given a schema like this:
What's the best way to get a value like this:
That is, an array (or actually maybe a tuple would be even better?) containing each of the variants of the union?
What's the best way to get a value like this:
That is, an array (or actually maybe a tuple would be even better?) containing each of the variants of the union?
