Type Definition snarkvm_compiler::Xor
source · [−]pub type Xor<N> = BinaryLiteral<N, XorOperation<N>>;Expand description
Performs a bitwise xor on first and second, storing the outcome in destination.
pub type Xor<N> = BinaryLiteral<N, XorOperation<N>>;Performs a bitwise xor on first and second, storing the outcome in destination.