mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
BigInt.opAssign
mir
bignum
integer
BigInt
ref
opAssign
(ulong data)
ref
opAssign
(BigInt!rhsMaxSize64 rhs)
struct
BigInt
(size_t maxSize64)
ref return
ref
opAssign
(
size_t
rhsMaxSize64
)
(
auto
ref
scope
const
BigInt
!
rhsMaxSize64
rhs
)
if
(
rhsMaxSize64
<
maxSize64
)
if
(
maxSize64
&&
maxSize64
<= ushort.
max
)
Meta
Source
See Implementation
mir
bignum
integer
BigInt
constructors
this
functions
copy
copyFrom
fromHexStringImpl
fromStringImpl
mulPow5
normalize
opAssign
opCast
opCmp
opEquals
opOpAssign
putCoefficient
toString
view
static functions
fromHexString
variables
data
length
sign