The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigIntView.coefficients
mir
bignum
low_level_view
BigIntView
inout
(
W
)[]
coefficients
()
auto
coefficients
()
struct
BigIntView
(W)
@
safe
@
safe
pure nothrow @
nogc
@
property
auto
coefficients
(
)
if
(
is
(
Unqual
!
W
==
ubyte
) ||
is
(
Unqual
!
W
==
ushort
)
||
is
(
Unqual
!
W
==
uint
)
||
is
(
Unqual
!
W
==
ulong
)
)
Return Value
Type:
auto
a slice of coefficients starting from the least significant.
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