Closure

Non-GC postponed function call with arguments (closure)

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(typeof(null) )
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(void function() fn)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(void delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(D dg, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(F f, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(Parameters!F args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ARGS_SIZE
enum ARGS_SIZE;
Undocumented in source.

Properties

funcptr
const(void)* funcptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isSet
bool isSet [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta