Type Definition snarkvm_synthesizer_program::Div

source ·
pub type Div<N> = BinaryLiteral<N, DivOperation<N>>;
Expand description

Divides first by second, storing the outcome in destination.