Optional

Undocumented in source.

Constructors

this
this(T val)
Undocumented in source.
this
this(U val)
Undocumented in source.
this
this(typeof(null) )
Undocumented in source.

Alias This

value

Members

Functions

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
get
inout(T) get()
Undocumented in source. Be warned that the author may not have intended to support it.
nullify
void nullify()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(typeof(null) )
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(U val)
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.

Static functions

_fromJSON
Optional!T _fromJSON(JSONValue val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isNull
bool isNull;
Undocumented in source.
value
T value;
Undocumented in source.

Meta