The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UInt.opCmp
mir
bignum
fixed
UInt
auto
opCmp
(UInt!size rhs)
auto
opCmp
(ulong rhs)
struct
UInt
(size_t size)
const scope
static if
(
size >= 64
)
auto
opCmp
(
ulong
rhs
)
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
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