mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
UInt.fromBinaryStringImpl
mir
bignum
fixed
UInt
struct
UInt
(size_t size)
@
safe
pure @
nogc
nothrow
bool
fromBinaryStringImpl
(
C
bool
allowUnderscores
= false
)
(
scope
const
(
C
)[]
str
)
if
(
isSomeChar
!
C
)
if
(
size
%
(
size_t.sizeof
* 8
)
== 0 &&
size
>=
size_t.sizeof
* 8
)
mir
bignum
fixed
UInt
constructors
this
functions
bt
ctlz
cttz
divMod
fromBinaryStringImpl
fromHexStringImpl
fromStringImpl
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
rightExtend
signBit
smallLeftShift
smallRightShift
toSize
toString
view
static functions
fromBinaryString
fromHexString
templates
opBinaryRight
variables
data
max
min