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