I'm just looking at the signals example here: http://dlang.org/phobos/std_signals.html#.Signal where it says "Different signals can be added to a class by naming the mixins.". Has anyone got an example of this please? I'd like to have a class raise different signals if possible.