Skip to main contentModule bitwise
Source - Compare
- Trait for comparator operations.
- Equal
- Trait for equality comparisons.
- Nand
- Binary operator for performing
NOT (a AND b). - Nor
- Binary operator for performing
(NOT a) AND (NOT b). - Ternary
- Trait for ternary operations.