Type Definition snarkvm_synthesizer_program::Shr
source · pub type Shr<N> = BinaryLiteral<N, ShrOperation<N>>;
Expand description
Shifts first
right by second
bits, storing the outcome in destination
.
pub type Shr<N> = BinaryLiteral<N, ShrOperation<N>>;
Shifts first
right by second
bits, storing the outcome in destination
.