BigInt.opAssign

  1. ref opAssign(ulong data)
  2. ref opAssign(long data)
  3. ref opAssign(uint data)
  4. ref opAssign(int data)
  5. ref opAssign(UInt!rhsSize data)
  6. ref opAssign(BigInt!rhsSize64 rhs)
    struct BigInt(uint size64)
    @safe ref return @trusted pure nothrow @nogc
    opAssign
    (
    uint rhsSize64
    )
    (
    auto ref scope const BigInt!rhsSize64 rhs
    )
    if (
    size64 &&
    size64 <= ushort.max
    )