mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
UInt.fromHexString
mir
bignum
fixed
UInt
Constructs a UInt from a hexadecimal string, with optional underscore support via allowUnderscores.
struct
UInt
(size_t size)
static
UInt
!
size
fromHexString
(
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
Constructs a UInt from a hexadecimal string, with optional underscore support via allowUnderscores.