SignalBoolExt extension

on

Operators

operator &(bool other) bool

Available on Signal<bool>, provided by the SignalBoolExt extension

The logical conjunction ("and") of this and other.
operator ^(bool other) bool

Available on Signal<bool>, provided by the SignalBoolExt extension

The logical exclusive disjunction ("exclusive or") of this and other.
operator |(bool other) bool

Available on Signal<bool>, provided by the SignalBoolExt extension

The logical disjunction ("inclusive or") of this and other.