Composition

Signal OR composition.

If you'd like to hook several signals by one handler, you can use the template in place of signal in KeyValueList signal map.

In that case the handler should also accept a Signal value as it second parameter.

template Composition (
Signals...
) {}

Members

Aliases

signals
alias signals = Signals
Undocumented in source.

Templates

opEqual
template opEqual(T...)
Undocumented in source.

Meta