BigInt.opOpAssign

  1. size_t opOpAssign(size_t rhs, size_t overflow)
  2. uint opOpAssign(uint rhs, uint overflow)
  3. UInt!size opOpAssign(UInt!size rhs, UInt!size overflow)
  4. bool opOpAssign(BigInt!rhsMaxSize64 rhs)
  5. bool opOpAssign(BigIntView!(const size_t) rhs)
  6. BigInt opOpAssign(size_t shift)
    struct BigInt(size_t maxSize64)
    ref @safe pure nothrow @nogc return
    opOpAssign
    (
    string op
    )
    (
    size_t shift
    )
    if (
    op == "<<" ||
    op == ">>"
    )
    if (
    maxSize64 &&
    maxSize64 <= ushort.max
    )

Meta