BoundDgAlias

Undocumented in source.

Members

Aliases

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

Static functions

call
auto call(BoundDgAlias self, Args args)

Call the delegate using the stored context.

callWith
auto callWith(BoundDgAlias self, C context, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

context
C context;
Undocumented in source.

Meta