The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigIntView.this
mir
bignum
low_level_view
BigIntView
this
(W[] coefficients, bool sign)
this
(BigUIntView!W unsigned, bool sign)
struct
BigIntView
(W)
@
safe
this
(
BigUIntView
!
W
unsigned
,
bool
sign
= false
)
if
(
is
(
Unqual
!
W
==
ubyte
) ||
is
(
Unqual
!
W
==
ushort
)
||
is
(
Unqual
!
W
==
uint
)
||
is
(
Unqual
!
W
==
ulong
)
)
Meta
Source
See Implementation
mir
bignum
low_level_view
BigIntView
constructors
this
functions
coefficients
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
lightConst
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
topLeastSignificantPart
topMostSignificantPart
static functions
fromBinaryString
fromHexString
variables
sign
unsigned