The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BigIntView.fromBinaryString
mir
bignum
low_level_view
BigIntView
struct
BigIntView
(W)
@
safe
static @
trusted
pure
BigIntView
fromBinaryString
(
C
bool
allowUnderscores
= false
)
(
scope
const
(
C
)[]
str
)
if
(
isSomeChar
!
C
)
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