mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
BigUIntView.get
mir
bignum
low_level_view
BigUIntView
struct
BigUIntView
(W, WordEndian endian = TargetEndian)
@
safe
pure nothrow @
nogc
scope const
bool
get
(
U
)
(
scope
out
U
value
)
if
(
isUnsigned
!
U
)
if
(
__traits(
isUnsigned
,
W
)
)
Parameters
value
U
(out) unsigned integer
Return Value
Type:
bool
true on success
Meta
Source
See Implementation
mir
bignum
low_level_view
BigUIntView
functions
bitwiseNotInPlace
bt
ctlz
cttz
fromHexStringImpl
fromStringImpl
get
leastSignificant
leastSignificantFirst
lightConst
mostSignificant
mostSignificantFirst
normalized
opCast
opCmp
opEquals
opOpAssign
opUnary
popLeastSignificant
popMostSignificant
signed
smallLeftShiftInPlace
smallRightShiftInPlace
toStringImpl
topLeastSignificantPart
topMostSignificantPart
twoComplementInPlace
withSign
static functions
fromHexString
variables
coefficients