The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigUIntView.fromBinaryStringImpl
mir
bignum
low_level_view
BigUIntView
struct
BigUIntView
(W)
@
safe
@
safe
pure @
nogc
nothrow scope
static if
(
isMutable!W
)
bool
fromBinaryStringImpl
(
C
bool
allowUnderscores
= false
)
(
scope
const
(
C
)[]
str
)
if
(
isSomeChar
!
C
)
if
(
__traits(
isUnsigned
,
W
)
)
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