FunctionOrDelegate

Undocumented in source.

Constructors

this
this(DelegateType cal)
Undocumented in source.
this
this(FunctionType cal)
Undocumented in source.

Members

Aliases

DelegateType
alias DelegateType = Ret delegate(Par)
Undocumented in source.
FunctionType
alias FunctionType = Ret function(Par)
Undocumented in source.
Par
alias Par = Parameters!DelegateOrFunctionType
Undocumented in source.
Ret
alias Ret = ReturnType!DelegateOrFunctionType
Undocumented in source.

Functions

opAssign
void opAssign(DelegateType cal)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(FunctionType cal)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Ret opCall(Args parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(this) a)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

isDelegate
bool isDelegate;
Undocumented in source.

Meta