dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
SharedControl.delayInvoke
dfl
control
SharedControl
void
delayInvoke
(
void
function
(
Control
,
ARGS
)
fn
,
ARGS
args
)
class
SharedControl
void
delayInvoke
(
ARGS
...
)
(
void
function
(
Control
,
ARGS
)
fn
,
ARGS
args
)
if
(
ARGS.length
&&
!
hasLocalAliasing
!(
ARGS
)
)
void
delayInvoke
(
void
function
(
Control
,
ARGS
)
fn
,
ARGS
args
)
Meta
Source
See Implementation
dfl
control
SharedControl
constructors
this
functions
delayInvoke
invoke