The OpenD Programming Language

BigInt.powMod

  1. ref powMod(BigInt!expSize exponent, BigInt modulus)
  2. ref powMod(BigUIntView!(const size_t) exponent, BigInt modulus)
    struct BigInt(uint size64)
    @safe ref @safe pure nothrow @nogc return scope
    powMod
    ()
    (
    scope BigUIntView!(const size_t) exponent
    ,
    scope ref const BigInt modulus
    )
    if (
    size64 &&
    size64 <= ushort.max
    )

Meta