mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
BigIntView.fromStringImpl
mir
bignum
low_level_view
BigIntView
struct
BigIntView
(W)
@
safe
scope @
trusted
pure @
nogc
nothrow
static if
(
isMutable!W && W.sizeof >= 4
)
bool
fromStringImpl
(
C
)
(
scope
const
(
C
)[]
str
)
if
(
isSomeChar
!
C
)
if
(
is
(
Unqual
!
W
==
ubyte
) ||
is
(
Unqual
!
W
==
ushort
)
||
is
(
Unqual
!
W
==
uint
)
||
is
(
Unqual
!
W
==
ulong
)
)
Return Value
Type:
bool
false in case of overflow or incorrect string. Precondition: non-empty coefficients.
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