Skip to content

New Union0 type

Latest
Compare
Choose a tag to compare
@pakoito pakoito released this 29 Aug 22:22
· 7 commits to master since this release
  • Add a new Union0<T> interface, which only contains one possible type.
    To understand usage cases, see Designing with Types.
  • Add Union0.Factory along with GenericUnions.nulletFactory() to create Union0.