mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigInt.view
mir
bignum
integer
BigInt
Returns a view of the BigInt as a BigIntView with the given bit size, as a const scope property.
BigIntView
!
size_t
view
()
BigIntView
!(
const
size_t
)
view
()
struct
BigInt
(uint size64)
@
safe
const scope return @
property
BigIntView
!(const
size_t
)
view
()
(
)
if
(
size64
&&
size64
<= ushort.
max
)
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
Returns a view of the BigInt as a BigIntView with the given bit size, as a const scope property.