Value

Undocumented in source.

Constructors

this
this(T a)
Undocumented in source.

Members

Aliases

Value
alias Value = SumType!(NegInf, PosInf, Int, Bool)
Undocumented in source.

Functions

toString
void toString(Writer w)
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.

Structs

Bool
struct Bool
Undocumented in source.
Int
struct Int
Undocumented in source.
NegInf
struct NegInf
Undocumented in source.
PosInf
struct PosInf
Undocumented in source.

Variables

value
Value value;
Undocumented in source.

Meta