tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
BigNumber.this
tagion
hibon
BigNumber
BigNumber
Constructor from a number-string range
this
(T x)
this
(const(BigInt) x)
this
(const(BigNumber) big)
this
(const(BigDigit[]) data, bool sign)
this
(Range s)
struct
BigNumber
@
trusted
this
(
Range
)
(
Range
s
)
if
(
isBidirectionalRange
!
Range
&&
isSomeChar
!(
ElementType
!
Range
)
&&
!
isInfinite
!
Range
&&
!
isSomeString
!
Range
)
this
(Range s)
this
(const(ubyte[]) buffer)
Meta
Source
See Implementation
tagion
hibon
BigNumber
BigNumber
aliases
DecodeLEB128
serialize
constructors
this
enums
ZERO
functions
check_minuz_zero
convert
data
encodeLEB128
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
sign
toDecimalString
toHex
toString
two_complement
properties
ulongLength
static functions
calc_size
decodeLEB128
structs
TwoComplementRange
Constructor from a number-string range