Range

Undocumented in source.

Constructors

this
this(Value low, Value up)
Undocumented in source.

Members

Enums

CompareResult
enum CompareResult
Undocumented in source.

Functions

compare
CompareResult compare(Value v)
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.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

makeBoolean
makeBoolean()
Undocumented in source. Be warned that the author may not have intended to support it.
makeInf
makeInf()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

low
Value low;
Undocumented in source.
up
Value up;
Undocumented in source.

Meta