class_unions 1.0.0
class_unions: ^1.0.0 copied to clipboard
Simple union types using classes. Types: the union of `int` and `String` is `Union2<int, String>`. Values: `42.u21` is `42` with type `Union2<int, Never>`.