Null

Undocumented in source.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
getError
ErrorType getError()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
rethrow
void rethrow()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isNotNull
bool isNotNull [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error
ErrorType error;
Undocumented in source.
payload
void[max(staticMap!(classSize, Exp), T.sizeof)] payload;
Undocumented in source.
payload
void[T.sizeof] payload;
Undocumented in source.

Meta