The OpenD Programming Language

BigInt.opEquals

  1. bool opEquals(BigInt rhs)
  2. bool opEquals(ulong rhs, bool rhsSign)
    struct BigInt(uint size64)
    @safe const @safe pure nothrow @nogc
    bool
    opEquals
    (
    ulong rhs
    ,
    bool rhsSign = false
    )
    if (
    size64 &&
    size64 <= ushort.max
    )
  3. bool opEquals(long rhs)
  4. bool opEquals(uint rhs)
  5. bool opEquals(int rhs)

Meta