CallbackConfigurer.configure

Undocumented in source. Be warned that the author may not have intended to support it.
class CallbackConfigurer(T, Dg, Args...)
void
configure
(
ref T object
)
if (
is(Dg == void delegate
(,
T
,
Args
)
) ||
is(Dg == void function
(,
T
,
Args
)
)
||
is(Dg == void delegate
(,
ref T
,
Args
)
)
||
is(Dg == void function
(,
ref T
,
Args
)
)
)

Meta