BigInt.opEquals

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

Meta