free floating connect function. Use it to connect a signal to a slot.
void connect(Signal signal, Function slot) { signal._slotStore.add(slot); }