Right

Undocumented in source.

Constructors

this
this(TRight value)
Undocumented in source.

Members

Functions

left
TLeft left()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
right
TRight right()
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.
tryLeft
Maybe!TLeft tryLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
tryRight
Maybe!TRight tryRight()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isLeft
bool isLeft [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isRight
bool isRight [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
TRight value;
Undocumented in source.

Meta