SignalBoolExt extension
Operators
-
operator &(
bool other) → bool -
Available on Signal<
The logical conjunction ("and") of this andbool> , provided by the SignalBoolExt extensionother
. -
operator ^(
bool other) → bool -
Available on Signal<
The logical exclusive disjunction ("exclusive or") of this andbool> , provided by the SignalBoolExt extensionother
. -
operator |(
bool other) → bool -
Available on Signal<
The logical disjunction ("inclusive or") of this andbool> , provided by the SignalBoolExt extensionother
.