The OpenD Programming Language

BigUIntView.opEquals

  1. bool opEquals(BigUIntView!(const W) rhs)
  2. bool opEquals(ulong rhs)
    struct BigUIntView(W)
    @safe @safe pure nothrow @nogc const scope
    bool
    opEquals
    (
    ulong rhs
    )
    if (
    __traits(isUnsigned, W)
    )

Return Value

Type: bool

true if the integer and equals to rhs.

Meta