Boolean

Undocumented in source.

Constructors

this
this(bool v)
Undocumented in source.

Members

Aliases

opEquals
alias opEquals = ValueWrapperT!(bool).opEquals
Undocumented in source.

Functions

booleanValue
bool booleanValue()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(int other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

TYPE
Class TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.
getBoolean
bool getBoolean(String name)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
Boolean valueOf(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
Boolean valueOf(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

FALSE
Boolean FALSE;
Undocumented in source.
TRUE
Boolean TRUE;
Undocumented in source.

Meta