Why can't I do it with `std.signals`? How the to do it if I can't create static event listeners?
```d
public void addEventListener(T : EventListener)(T listener) {
   connect(&listener.watch);
}
```

Reply via email to