mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
BigInt.ctlz
mir
bignum
integer
BigInt
Returns the number of leading zero bits in the internal representation of the BigInt.
struct
BigInt
(uint size64)
@
safe
const @
property
size_t
ctlz
()
(
)
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 the number of leading zero bits in the internal representation of the BigInt.