Event.connect

Subscribe a handler (named-method equivalent of ~=).

struct Event(T...)
void
connect
(
void delegate
(
T
)
handler
)

Meta