The OpenD Programming Language

BigInt.divMod

struct BigInt(uint size64)
@safe ref const @trusted pure nothrow @nogc scope return
divMod
(
uint divisorSize64
uint remainderSize = size64
)
(
scope ref const BigInt!divisorSize64 divisor
,
scope ref BigInt!size64 quotient
,
scope ref BigInt!remainderSize remainder
)
if (
remainderSize >= divisorSize64
)
if (
size64 &&
size64 <= ushort.max
)

Meta