Counter of data signals that carry true.
true
This class implements a counter that is updated in runtime O(1) whenever a signal changes.
Constructor.
Signal that will be carry the number of true signals observed by this counter.
Adds a signal to the counter.
Error if the given signal has been added before
Removes a signal from the counter.
Error if the given signal has not previously beend added with add()
Generated using TypeDoc
Counter of data signals that carry
true
.This class implements a counter that is updated in runtime O(1) whenever a signal changes.