The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UInt.opEquals
mir
bignum
fixed
UInt
auto
opEquals
(UInt!rhsSize rhs)
struct
UInt
(size_t size)
const
auto
opEquals
(
size_t
rhsSize
)
(
auto
ref
const
UInt
!
rhsSize
rhs
)
if
(
size
%
(
size_t.sizeof
* 8
)
== 0 &&
size
>=
size_t.sizeof
* 8
)
auto
opEquals
(ulong rhs)
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