mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigInt.opCast
mir
bignum
integer
BigInt
Explicitly casts a BigInt to the specified type T.
T
opCast
()
struct
BigInt
(uint size64)
@
safe
const
T
opCast
(
T
)
(
)
if
(
isFloatingPoint
!
T
&&
isMutable
!
T
)
if
(
size64
&&
size64
<= ushort.
max
)
T
opCast
()
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
Explicitly casts a BigInt to the specified type T.