TestNull

Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) @(safe) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aNullable
Nullable!uint aNullable;
Undocumented in source.
aString
string aString;
Undocumented in source.
anotherNullable
Nullable!(uint, 0) anotherNullable;
Undocumented in source.
emptyArray
uint[] emptyArray;
Undocumented in source.
noDate
Nullable!SysTime noDate;
Undocumented in source.
noEnum
Nullable!TestEnum noEnum;
Undocumented in source.
notNull
uint notNull;
Undocumented in source.

Meta