BigInt.opEquals

  1. bool opEquals(BigInt rhs)
  2. bool opEquals(size_t rhs, bool rhsSign)
  3. bool opEquals(sizediff_t rhs)
    struct BigInt(size_t maxSize64)
    const @safe pure nothrow @nogc
    bool
    opEquals
    ()
    (
    sizediff_t rhs
    )
    if (
    maxSize64 &&
    maxSize64 <= ushort.max
    )

Meta