ModuleAction

Wrapper around a module action.

Constructors

this
this(void delegate(T) d)

Creates a new module action.

this
this(void function(T) f)

Creates a new module action.

Members

Functions

opCall
void opCall(T args)

Operator overload for using the wrapper as a call.

Meta