(no title)
stiiv | 1 year ago
A good example would be `type Money = Dollars | Euros` where both types in the union alias `number`. You need a tag. In other languages, you don't.
stiiv | 1 year ago
A good example would be `type Money = Dollars | Euros` where both types in the union alias `number`. You need a tag. In other languages, you don't.
anamexis|1 year ago