mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
UInt.this
mir
bignum
fixed
UInt
this
(size_t[N] data)
this
(UInt!argSize arg)
struct
UInt
(size_t size)
this
(
size_t
argSize
)
(
auto
ref
const
UInt
!
argSize
arg
)
if
(
argSize
<=
size
)
if
(
size
%
(
size_t.sizeof
* 8
)
== 0 &&
size
>=
(
size_t.sizeof
* 8
)
)
this
(ulong[data.length / 2] data)
this
(ulong data)
this
(uint data)
this
(const(C)[] str)
Meta
Source
See Implementation
mir
bignum
fixed
UInt
constructors
this
functions
bt
ctlz
cttz
fromHexStringImpl
fromStringImpl
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
rightExtend
signBit
smallLeftShift
smallRightShift
toSize
toString
view
static functions
fromHexString
templates
opBinaryRight
variables
data
max
min