extension_type_unions 1.0.10 copy "extension_type_unions: ^1.0.10" to clipboard
extension_type_unions: ^1.0.10 copied to clipboard

Simple union types using extension types. Types: the union of `int` and `String` is `Union2<int, String>`. Values: `42.u21` is `42` with type `Union2<int, Never>`.

13
likes
160
points
8.39k
downloads

Publisher

unverified uploader

Weekly Downloads

Simple union types using extension types. Types: the union of `int` and `String` is `Union2<int, String>`. Values: `42.u21` is `42` with type `Union2<int, Never>`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on extension_type_unions