☰
DDOCs
DRUNTIME
v2.112.1
/
core.int128
/
urem
🔍
☾
urem
fn
Cent
urem(
Cent
c1,
Cent
c2)
pure
nothrow
@safe
@nogc
Unsigned remainder c1 % c2.
Parameters
c1
dividend
c2
divisor
Returns
remainder c1 % c2