mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
UInt.opCast
mir
bignum
fixed
UInt
Converts this UInt to type T.
T
opCast
()
T
opCast
()
T
opCast
()
struct
UInt
(size_t size)
const @
safe
pure nothrow @
nogc
T
opCast
(
T
)
(
)
if
(
is
(
T
==
UInt
!
newSize
,
uint
newSize
)
)
if
(
size
%
(
size_t.sizeof
* 8
)
== 0 &&
size
>=
size_t.sizeof
* 8
)
T
opCast
()
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
Converts this UInt to type T.