Type Definition snarkvm_synthesizer_program::Not
source · pub type Not<N> = UnaryLiteral<N, NotOperation<N>>;
Expand description
Flips each bit in the representation of first
, storing the outcome in destination
.
pub type Not<N> = UnaryLiteral<N, NotOperation<N>>;
Flips each bit in the representation of first
, storing the outcome in destination
.