The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigInt.opEquals
mir
bignum
integer
BigInt
bool
opEquals
(BigInt rhs)
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
)
bool
opEquals
(long rhs)
bool
opEquals
(uint rhs)
bool
opEquals
(int rhs)
Meta
Source
See Implementation
mir
bignum
integer
BigInt
constructors
this
functions
bitLength
coefficients
copy
copyFrom
copyFromBigEndian
ctlz
divMod
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
mulPow5
multiply
normalize
opAssign
opCast
opCmp
opEquals
opOpAssign
pow
powMod
putCoefficient
toString
view
static functions
fromBigEndian
fromBinaryString
fromHexString
variables
data
length
sign