The OpenD Programming Language

BigUIntView.opEquals

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

Meta