Either

Either type.

Constructors

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

Members

Aliases

Left
alias Left = A
Undocumented in source.
Right
alias Right = B
Undocumented in source.

Functions

opAssign
typeof(this) opAssign(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
typeof(this) opAssign(B b)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta