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
.
pub type Rem<N> = BinaryLiteral<N, RemOperation<N>>;
Divides first
by second
, storing the remainder in destination
.