The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UInt.opAssign
mir
bignum
fixed
UInt
UInt
!
size
opAssign
(ulong rhs)
UInt
!
size
opAssign
(uint rhs)
UInt
!
size
opAssign
(UInt!rhsSize rhs)
struct
UInt
(size_t size)
ref scope return @
safe
pure nothrow @
nogc
UInt
!
size
opAssign
(
uint
rhsSize
)
(
UInt
!
rhsSize
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