BigInt.opAssign

  1. ref opAssign(ulong data)
  2. ref opAssign(BigInt!rhsMaxSize64 rhs)
    struct BigInt(size_t maxSize64)
    ref return
    opAssign
    (
    size_t rhsMaxSize64
    )
    (
    auto ref scope const BigInt!rhsMaxSize64 rhs
    )
    if (
    rhsMaxSize64 < maxSize64
    )
    if (
    maxSize64 &&
    maxSize64 <= ushort.max
    )

Meta