Type Definition snarkvm_synthesizer_program::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
.