Union5E<A, B, C, D, E> constructor

const Union5E<A, B, C, D, E>(
  1. E e
)

Implementation

const Union5E(this.e);