The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigIntView.opEquals
mir
bignum
low_level_view
BigIntView
bool
opEquals
(BigIntView!(const W) rhs)
struct
BigIntView
(W)
@
safe
const @
safe
pure nothrow @
nogc
scope
bool
opEquals
(
BigIntView
!(const
W
)
rhs
)
if
(
is
(
Unqual
!
W
==
ubyte
) ||
is
(
Unqual
!
W
==
ushort
)
||
is
(
Unqual
!
W
==
uint
)
||
is
(
Unqual
!
W
==
ulong
)
)
bool
opEquals
(long rhs)
Meta
Source
See Implementation
mir
bignum
low_level_view
BigIntView
constructors
this
functions
coefficients
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
lightConst
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
topLeastSignificantPart
topMostSignificantPart
static functions
fromBinaryString
fromHexString
variables
sign
unsigned