The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigIntView.lightConst
mir
bignum
low_level_view
BigIntView
struct
BigIntView
(W)
@
safe
return scope const @
safe
pure nothrow @
nogc
@
property
BigIntView
!(const
W
)
lightConst
()
(
)
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