webd v0.0.2 (2018-03-06T10:41:10Z)
Dub
Repo
ModuleAction.this
webd
modules
moduleaction
ModuleAction
Creates a new module action.
this
(void delegate(T) d)
this
(void function(T) f)
class
ModuleAction
(T)
this
(
void
function
(
T
)
f
)
Parameters
f
void
function
(
T
)
The function pointer..
Meta
Source
See Implementation
webd
modules
moduleaction
ModuleAction
constructors
this
functions
opCall
Creates a new module action.