Type Definition snarkvm_synthesizer_program::Mul

source ·
pub type Mul<N> = BinaryLiteral<N, MulOperation<N>>;
Expand description

Multiplies first and second, storing the outcome in destination.