ModuleAction.this

Creates a new module action.

  1. this(void delegate(T) d)
  2. this(void function(T) f)
    class ModuleAction(T)
    this
    (
    void function
    (
    T
    )
    f
    )

Parameters

f void function
(
T
)

The function pointer..

Meta