Type Definition snarkvm_synthesizer_program::Rem

source ·
pub type Rem<N> = BinaryLiteral<N, RemOperation<N>>;
Expand description

Divides first by second, storing the remainder in destination.