mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
BigIntView.opEquals
mir
bignum
low_level_view
BigIntView
bool
opEquals
(BigIntView!(const W, endian) rhs)
bool
opEquals
(long rhs)
struct
BigIntView
(W, WordEndian endian = TargetEndian)
@
safe
pure nothrow @
nogc
const scope
bool
opEquals
(
long
rhs
)
if
(
is
(
Unqual
!
W
==
ubyte
) ||
is
(
Unqual
!
W
==
ushort
)
||
is
(
Unqual
!
W
==
uint
)
||
is
(
Unqual
!
W
==
ulong
)
)
Return Value
Type:
bool
true if the integer and equals to
rhs
.
Meta
Source
See Implementation
mir
bignum
low_level_view
BigIntView
constructors
this
functions
coefficients
fromHexStringImpl
fromStringImpl
leastSignificantFirst
lightConst
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
topLeastSignificantPart
topMostSignificantPart
static functions
fromHexString
variables
sign
unsigned