Nullable

Undocumented in source.

Constructors

this
this(T val)
Undocumented in source.

Alias This

value

Members

Functions

nullify
void nullify()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T value)
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