Module snarkvm_console_program::bitwise
Traits
- Trait for comparator operations.
- Trait for equality comparisons.
- Binary operator for performing
NOT (a AND b)
. - Binary operator for performing
(NOT a) AND (NOT b)
. - Trait for ternary operations.