UnboundDgAlias

Undocumented in source.

Members

Aliases

C
alias C = RefType!(thisOf!fun)
Undocumented in source.
call
alias call = Caller!fun

Call the delegate using the context from the caller's context.

Static functions

callWith
auto callWith(UnboundDgAlias self, C context, Args args)

Call the delegate using the given context.

Templates

Caller
template Caller(alias fun)
Undocumented in source.

Meta