The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigUIntView.mostSignificantFirst
mir
bignum
low_level_view
BigUIntView
auto
mostSignificantFirst
()
struct
BigUIntView
(W)
@
safe
@
safe
pure nothrow @
nogc
@
property
auto
mostSignificantFirst
(
)
if
(
__traits(
isUnsigned
,
W
)
)
auto
mostSignificantFirst
()
Return Value
Type:
auto
a slice of coefficients starting from the most significant.
Meta
Source
See Implementation
mir
bignum
low_level_view
BigUIntView
functions
bitwiseNotInPlace
bt
ctlz
cttz
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
get
length
lightConst
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
popLeastSignificant
popMostSignificant
signed
smallLeftShiftInPlace
smallRightShiftInPlace
toStringImpl
topLeastSignificantPart
topMostSignificantPart
twoComplementInPlace
withSign
static functions
fromBinaryString
fromHexString
variables
coefficients