mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
UInt.fromBinaryString
mir
bignum
fixed
UInt
struct
UInt
(size_t size)
static
UInt
!
size
fromBinaryString
(
bool
allowUnderscores
= false
)
(
scope
const
(
char
)[]
str
)
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