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