mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
UInt.view
mir
bignum
fixed
UInt
BigUIntView
!
size_t
view
()
BigUIntView
!(
const
size_t
)
view
()
struct
UInt
(size_t size)
const @
property
pure nothrow @
nogc
scope @
safe
BigUIntView
!(const
size_t
)
view
()
(
)
if
(
size
%
(
size_t.sizeof
* 8
)
== 0 &&
size
>=
(
size_t.sizeof
* 8
)
)
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