The OpenD Programming Language

BigInt.opAssign

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

Meta