poison ~0.0.6 (2016-11-24T21:26:34Z)
Dub
Repo
Action.this
poison
core
action
Action
Creates a new instance of the action passing a delegate.
this
(void function() f)
this
(void delegate() d)
class
Action
this
(
void
delegate
(
)
d
)
Parameters
d
void
delegate
(
)
The delegate.
Meta
Source
See Implementation
poison
core
action
Action
constructors
this
functions
opCall
Creates a new instance of the action passing a delegate.