Union2B<A, B> constructor

const Union2B<A, B>(
  1. B b
)

Implementation

const Union2B(this.b);