The OpenD Programming Language

BigIntView.opEquals

  1. bool opEquals(BigIntView!(const W) rhs)
    struct BigIntView(W)
    @safe const @safe pure nothrow @nogc scope
    bool
    opEquals
    (
    BigIntView!(const W) rhs
    )
    if (
    is(Unqual!W == ubyte) ||
    is(Unqual!W == ushort)
    ||
    is(Unqual!W == uint)
    ||
    is(Unqual!W == ulong)
    )
  2. bool opEquals(long rhs)

Meta