Either.U

Undocumented in source.
struct Either(A, string NameA, B, string NameB)
union U {}

Constructors

this
this(A a)
Undocumented in source.
this
this(B b)
Undocumented in source.

Members

Variables

a
A a;
Undocumented in source.
b
B b;
Undocumented in source.

Meta