
Here, I take a set of signals in, plus a modifier on one signal, and apply that modifier to the whole set. However, due to the nature of combinators, this also means that the modifier is applied to itself, usually resulting in an extra undesired signal on the output, which must then be removed, requiring two additional combinators and an extra tick.
I'm curious how often others do this, and if it might be better to have Each in the output exclude the signal used as a second argument to arithmetic combinators?