The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigUIntView.opEquals
mir
bignum
low_level_view
BigUIntView
bool
opEquals
(BigUIntView!(const W) rhs)
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
Source
See Implementation
mir
bignum
low_level_view
BigUIntView
functions
bitwiseNotInPlace
bt
ctlz
cttz
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
get
length
lightConst
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
popLeastSignificant
popMostSignificant
signed
smallLeftShiftInPlace
smallRightShiftInPlace
toStringImpl
topLeastSignificantPart
topMostSignificantPart
twoComplementInPlace
withSign
static functions
fromBinaryString
fromHexString
variables
coefficients