mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
BigInt.opOpAssign
mir
bignum
integer
BigInt
size_t
opOpAssign
(size_t rhs, size_t overflow)
uint
opOpAssign
(uint rhs, uint overflow)
UInt
!
size
opOpAssign
(UInt!size rhs, UInt!size overflow)
bool
opOpAssign
(BigInt!rhsMaxSize64 rhs)
bool
opOpAssign
(BigIntView!(const size_t) rhs)
BigInt
opOpAssign
(size_t shift)
struct
BigInt
(size_t maxSize64)
ref @
safe
pure nothrow @
nogc
return
BigInt
opOpAssign
(
string
op
)
(
size_t
shift
)
if
(
op
== "<<" ||
op
== ">>"
)
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