The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigInt.opAssign
mir
bignum
integer
BigInt
ref
opAssign
(ulong data)
ref
opAssign
(long data)
ref
opAssign
(uint data)
ref
opAssign
(int data)
ref
opAssign
(UInt!rhsSize data)
ref
opAssign
(BigInt!rhsSize64 rhs)
struct
BigInt
(uint size64)
@
safe
ref return @
trusted
pure nothrow @
nogc
ref
opAssign
(
uint
rhsSize64
)
(
auto
ref
scope
const
BigInt
!
rhsSize64
rhs
)
if
(
size64
&&
size64
<= ushort.
max
)
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