Logical Combinations
- AllTrue — all the elements are True
- And — logic conjunction
- AnyTrue — some of the elements are True
- Equivalent — logic equivalence
- False — boolean constant for False
- Implies — logic implication
- Nand — negation of logic conjunction
- NoneTrue — all the elements are False
- Nor — negation of logic (inclusive) disjunction
- Not — logic negation
- Or — logic (inclusive) disjunction
- True — boolean constant for True
- Xor — logic (exclusive) disjunction