Function urem
pub const fn urem<const N: usize, const M: usize, A: FastOpImpl, B: FastOpImpl>(
a: ExprBuilder<N, A>,
b: ExprBuilder<M, B>,
) -> ExprBuilder<{ _ }, UnsignedRemOp<A, B>>
Expand description
Compute the unsigned remainder of a value.