Closure

Undocumented in source.

Constructors

this
this(Fn fn)
Undocumented in source.
this
this(Fn fn, CtxT* ctx, FreeFn cleanup)
Undocumented in source.

Members

Aliases

FreeFn
alias FreeFn = void function(CtxT)
Undocumented in source.

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cleanup
FreeFn cleanup;
Undocumented in source.
ctx
CtxT ctx;
Undocumented in source.
fn
Fn fn;
Undocumented in source.

Meta